We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425de2d commit a3decb6Copy full SHA for a3decb6
.npmignore
@@ -1,4 +1,3 @@
1
lib
2
test
3
*~
4
-node_modules
package.json
@@ -1,9 +1,10 @@
{
"name": "entropy-string",
- "version": "1.0.5",
+ "version": "1.0.7",
"description": "Efficiently generate cryptographically strong random strings of specified entropy from various character sets.",
5
"main": "entropy-string.js",
6
"directories": {
7
+ "dist": "dist",
8
"lib": "lib",
9
"test": "test"
10
},
0 commit comments