Skip to content

v3.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 08 May 20:02

Breaking:

  • Move the length argument to an options-object 16a6364
    cryptoRandomString(10);cryptoRandomString({length: 10});

Enhancements:

  • Add type and characters options (#4) 51402ba

v2.0.0...v3.0.0