Skip to content

v2.0.0

Latest

Choose a tag to compare

@Richienb Richienb released this 05 Oct 13:49
· 3 commits to master since this release

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