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

password-sheriff

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

password-sheriff - npm Package Compare versions

Comparing version

to
0.3.1

4

index.js

@@ -89,3 +89,4 @@ var PasswordPolicyError = require('./lib/policy_error');

return reducePolicy(policy, function (result, ruleOptions, rule) {
return result.push(rule.missing(ruleOptions, password));
result.push(rule.missing(ruleOptions, password));
return result;
}, []);

@@ -97,3 +98,2 @@ }

result.push(rule.explain(ruleOptions));
return result;

@@ -100,0 +100,0 @@ }, []);

{
"name": "password-sheriff",
"description": "Password policy checker/enforcer.",
"version": "0.3.0",
"version": "0.3.1",
"devDependencies": {

@@ -6,0 +6,0 @@ "chai": "^1.9.1",