Releases: sindresorhus/crypto-random-string
Releases · sindresorhus/crypto-random-string
v5.0.0
Breaking
- Require Node.js 14.16 (#44) 2123d11
- Change
cryptoRandomString.async
to be a named export namedcryptoRandomStringAsync
Improvements
v4.0.0
v3.3.1
v3.3.0
v3.2.0
v3.1.0
v3.0.1
v3.0.0
Breaking:
- Move the
length
argument to an options-object 16a6364
cryptoRandomString(10);
→cryptoRandomString({length: 10});
Enhancements: