@zxcvbn-ts/language-common
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "@zxcvbn-ts/language-common", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"main": "dist/index.js", | ||
@@ -28,3 +28,3 @@ "module": "dist/index.esm.js", | ||
], | ||
"gitHead": "b874784758f0f1c9828c3e9d96180cf38abb4472" | ||
"gitHead": "b87355408d40fe711c8da85d67d6db93a01ee36f" | ||
} |
@@ -18,3 +18,3 @@ # @zxcvbn-ts/language-common | ||
```js | ||
import { zxcvbn, ZxcvbnOptions } from '@zxcvbn-ts/core' | ||
import { zxcvbn, zxcvbnOptions } from '@zxcvbn-ts/core' | ||
import zxcvbnCommonPackage from '@zxcvbn-ts/language-common' | ||
@@ -27,5 +27,5 @@ | ||
ZxcvbnOptions.setOptions(options) | ||
zxcvbnOptions.setOptions(options) | ||
zxcvbn(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
121744