Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

niceware

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

niceware - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

24

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc