@zxcvbn-ts/core
Advanced tools
Comparing version 4.0.0-beta.0 to 4.0.0-beta.1
{ | ||
"name": "@zxcvbn-ts/core", | ||
"version": "4.0.0-beta.0", | ||
"version": "4.0.0-beta.1", | ||
"main": "dist/index.js", | ||
@@ -40,3 +40,3 @@ "module": "dist/index.esm.js", | ||
], | ||
"gitHead": "b7f8950e4a4b03716c55203815d7b58bff93b369" | ||
"gitHead": "4144c2d9c194882a4df3e49cd37ae0d6a4d07a6b" | ||
} |
@@ -36,3 +36,3 @@ # zxcvbn-ts | ||
const password = 'somePassword' | ||
zxcvbn(password) | ||
zxcvbn.check(password) | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
777700