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

check-password-strength

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-password-strength - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

10

package.json
{
"name": "check-password-strength",
"version": "1.0.3",
"version": "1.0.4",
"description": "Password strength checker based from Javascript RegExp",

@@ -18,4 +18,8 @@ "main": "index.js",

"checker",
"strengthchecker",
"checkpasswordstrength"
"check password strength",
"password strength checker",
"strength checker",
"password checker",
"password checker strength",
"strength password checker"
],

@@ -22,0 +26,0 @@ "author": "deanilvincent",

@@ -22,3 +22,2 @@

// Strong
```

@@ -37,3 +36,3 @@

console.log(passwordStrength('Asdfasdf2020'))
// { id: 1, value: 'Weak' }
// { id: 1, "value": "Medium" }
```

@@ -40,0 +39,0 @@

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