validate-password
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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" | ||
} | ||
} |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
12614
7
226
2
3
4