{"id":28214001,"url":"https://github.com/rabbit-company/passwordgenerator-js","last_synced_at":"2025-07-13T05:40:49.421Z","repository":{"id":123284790,"uuid":"568950205","full_name":"Rabbit-Company/PasswordGenerator-JS","owner":"Rabbit-Company","description":"Password generator implemented in JavaScript (ES6).","archived":false,"fork":false,"pushed_at":"2024-09-19T15:45:10.000Z","size":53,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T13:43:05.371Z","etag":null,"topics":["generator","password","security","strength"],"latest_commit_sha":null,"homepage":"https://passwordgenerator.rabbit-company.com","language":"TypeScript","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/Rabbit-Company.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"publiccode":null,"codemeta":null},"funding":{"github":["Rabbit-Company"],"open_collective":"rabbit-company","liberapay":"RabbitCompany","ko_fi":"rabbitcompany","patreon":"rabbitcompany","issuehunt":"rabbit-company"}},"created_at":"2022-11-21T19:00:52.000Z","updated_at":"2025-05-27T17:19:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"9aa1c847-4700-47e1-a041-d664bec59f0c","html_url":"https://github.com/Rabbit-Company/PasswordGenerator-JS","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"10b87ebde95a3e98e764962b7536fedcbefd9daa"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Rabbit-Company/PasswordGenerator-JS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabbit-Company%2FPasswordGenerator-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabbit-Company%2FPasswordGenerator-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabbit-Company%2FPasswordGenerator-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabbit-Company%2FPasswordGenerator-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rabbit-Company","download_url":"https://codeload.github.com/Rabbit-Company/PasswordGenerator-JS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rabbit-Company%2FPasswordGenerator-JS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265096637,"owners_count":23710777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["generator","password","security","strength"],"created_at":"2025-05-17T20:12:05.486Z","updated_at":"2025-07-13T05:40:49.414Z","avatar_url":"https://github.com/Rabbit-Company.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Rabbit-Company","https://opencollective.com/rabbit-company","https://liberapay.com/RabbitCompany","https://ko-fi.com/rabbitcompany","https://patreon.com/rabbitcompany","https://issuehunt.io/r/rabbit-company"],"categories":[],"sub_categories":[],"readme":"# PasswordGenerator-JS\n\nPassword generator implemented in JavaScript (ES6).\n\nThis library will auto generate random secure passwords.\n\n## Usage\n\n### 1. Download library\n```bash\nnpm i --save @rabbit-company/password-generator\n```\n\n### 2. Import library\n```js\nimport PasswordGenerator from \"@rabbit-company/password-generator\";\n```\n\n### 3. Generate Password\n```js\n/*\n\n  Parameters:\n  1. Length (Number) \u003c20\u003e\n  2. Uppercase (Bool) \u003ctrue\u003e\n  3. Numbers (Bool) \u003ctrue\u003e\n  4. Symbols (Bool) \u003ctrue\u003e\n\n*/\n\n// Generate 20 character long password with Uppercase characters, Numbers and Symbols.\nPasswordGenerator.generate();\n\n// Generate 30 character long password with Uppercase characters, Numbers and Symbols.\nPasswordGenerator.generate(30);\n\n// Generate 50 character long password with Uppercase characters and Numbers.\nPasswordGenerator.generate(50, true, true, false);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbit-company%2Fpasswordgenerator-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabbit-company%2Fpasswordgenerator-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbit-company%2Fpasswordgenerator-js/lists"}