generate-password icon indicating copy to clipboard operation
generate-password copied to clipboard

NodeJS library for generating cryptographically-secure passwords.

Results 13 generate-password issues
Sort by recently updated
recently updated
newest added

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Added link to the 'generate-password-browser' for people who want to use this with browsers

As some people might want to run this in a browser environment, I think it would be better if we mentioned that this doesn't have browser support and instead use...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

`generate-password v1.5.1` currently has a bug which results in a max callstack size exceeded The bug occurs when strictly requiring and then excluding those characters. i.e. ```javascript import generator from...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of &quot;url&quot; format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

- bump **underscore** to 1.13.1 to handle [CVE-2021-23358](https://nvd.nist.gov/vuln/detail/CVE-2021-23358) - bump dev dependencies to get 0 vulnerabilities

According to White Source, **underscore** library version 1.7.0 has CVE-2021-23358 security vulnerability. Is it possible to upgrade to version **underscore** - 1.12.1,1.13.0-2 and release new generate-password version?

This change prevents the methods from changing the content of the "options" object passed as a parameter.