New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

validate-password

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate-password - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/validate-password.js

8

package.json
{
"name": "validate-password",
"version": "0.0.1",
"version": "0.0.2",
"description": "Strengthen your user's passwords",

@@ -12,7 +12,11 @@ "author": "Mike DeWitt <mdewitt07@gmail.com>",

"devDependencies": {
"mocha": "^2.4.5"
"mocha": "^2.4.5",
"uglifyify": "^3.0.1"
},
"scripts": {
"build": "npm run build:max && npm run build:min",
"build:max": "browserify validate-password --standalone ValidatePassword --outfile ./dist/validate-password.js",
"build:min": "browserify validate-password --transform [uglifyify] --standalone ValidatePassword --outfile ./dist/validate-password.min.js",
"test": "./node_modules/mocha/bin/mocha *.test.js --reporter spec"
}
}
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