Skip to content

Releases: Richienb/secure-chance

v2.0.0

05 Oct 13:49

Choose a tag to compare

Breaking

  • At least Node.js 10.17 is now required
  • A function that returns a promise is now exported.
-const chance = require("secure-chance")
+const secureChance = require("secure-chance")
+const chance = await secureChance()

Commits

cd904c6...v2.0.0