{"id":48910141,"url":"https://github.com/bug3/uniquenv","last_synced_at":"2026-04-16T23:04:20.454Z","repository":{"id":153278897,"uuid":"624595789","full_name":"bug3/uniquenv","owner":"bug3","description":"Safe environment files","archived":false,"fork":false,"pushed_at":"2024-04-13T18:36:41.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-08T07:07:41.990Z","etag":null,"topics":["env","environment","environment-variables","file","security-tools","unique"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/uniquenv","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bug3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-06T20:31:24.000Z","updated_at":"2025-04-28T09:39:43.000Z","dependencies_parsed_at":"2023-07-17T16:39:11.294Z","dependency_job_id":null,"html_url":"https://github.com/bug3/uniquenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bug3/uniquenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Funiquenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Funiquenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Funiquenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Funiquenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bug3","download_url":"https://codeload.github.com/bug3/uniquenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug3%2Funiquenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["env","environment","environment-variables","file","security-tools","unique"],"created_at":"2026-04-16T23:04:19.467Z","updated_at":"2026-04-16T23:04:20.425Z","avatar_url":"https://github.com/bug3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Uniquenv](https://github.com/bug3/uniquenv) \u0026middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/bug3/uniquenv/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/uniquenv)\n\nUniquenv is a tool for safe environment files.\n\n* **Quick:** You can use environment variables safely without using any password.\n* **Unique:** Your environment files are unique. Even if your files are stolen, they cannot be used on another computer.\n\n## Installation\n\n```bash\nnpm install uniquenv\n```\n\n## Usage\n\n-   **Create environment file**:\n\n```javascript\nconst uniquenv = require('uniquenv');\n\nconst data = {\n    host: uniquenv.input('Host: '),\n    username: uniquenv.input('Username: '),\n    password: uniquenv.password('Password: ')\n};\n\nconst file = 'db.uniquenv';\n\nuniquenv.create(file, data);\n```\n\n-   **Use environment variables**:\n\n```javascript\nconst uniquenv = require('uniquenv');\n\nconst file = 'db.uniquenv';\n\nconst db = uniquenv.parse(file);\n\nconsole.log(\n    db.host,\n    db.username,\n    db.password\n);\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbug3%2Funiquenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbug3%2Funiquenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbug3%2Funiquenv/lists"}