Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "niceware", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Utility for generating memorable passwords and converting random bytes into human-readable phrases", | ||
@@ -21,18 +21,20 @@ "keywords": [ | ||
"devDependencies": { | ||
"browserify": "^16.2.3", | ||
"coveralls": "^3.0.0", | ||
"flow-bin": "^0.35.0", | ||
"istanbul": "^0.4.5", | ||
"jsdoc-to-markdown": "^5.0.0", | ||
"browserify": "^16.5.0", | ||
"optional-dev-dependency": "^2.0.1", | ||
"standard": "^11.0.1", | ||
"tape": "^4.9.0" | ||
"tape": "^4.13.2" | ||
}, | ||
"optionalDevDependencies": { | ||
"jsdoc-to-markdown": [ | ||
"^5.0.0", | ||
"jsdoc" | ||
] | ||
}, | ||
"scripts": { | ||
"browsertest": "browserify test/*.js > testbundle.js && python -m SimpleHTTPServer", | ||
"browsertest": "browserify test/*.js > testbundle.js && python3 -m http.server 8000 --bind 127.0.0.1", | ||
"build": "browserify lib/main.js -o browser/niceware.js", | ||
"check": "npm audit", | ||
"coverage": "istanbul cover tape test/**/*.js --report lcovonly -- -R spec", | ||
"lint": "standard", | ||
"prejsdoc": "optional-dev-dependency -t jsdoc", | ||
"jsdoc": "jsdoc2md lib/main.js > docs/api.md", | ||
"flow": "flow; test $? -eq 0 -o $? -eq 2", | ||
"test": "tape test/**/*.js" | ||
@@ -53,5 +55,5 @@ }, | ||
"dependencies": { | ||
"binary-search": "^1.3.3", | ||
"binary-search": "^1.3.6", | ||
"randombytes": "^2.0.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1698173
4
133381
Updatedbinary-search@^1.3.6