@zxcvbn-ts/language-en
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.3.0](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/language-en@0.1.0...@zxcvbn-ts/language-en@0.3.0) (2021-03-03) | ||
### Bug Fixes | ||
* **rollup:** Fix browser package ([#18](https://github.com/zxcvbn-ts/zxcvbn/issues/18)) ([444aabd](https://github.com/zxcvbn-ts/zxcvbn/commit/444aabd4c37d449f600eaa4ad6d144f3c8ca5780)) | ||
### Features | ||
* **translations:** improve straight row translation ([#22](https://github.com/zxcvbn-ts/zxcvbn/issues/22)) ([9e1f6e0](https://github.com/zxcvbn-ts/zxcvbn/commit/9e1f6e073f2baf5fb72a9eb507a7f0ad59dd32e9)) | ||
# [0.2.0](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/language-en@0.1.0...@zxcvbn-ts/language-en@0.2.0) (2021-01-18) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@zxcvbn-ts/language-en", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "dist/index.js", | ||
@@ -14,3 +14,3 @@ "module": "dist/index.esm.js", | ||
}, | ||
"author": "hrueger & MrWook", | ||
"author": "zxcvbn-ts", | ||
"files": [ | ||
@@ -29,3 +29,3 @@ "dist", | ||
], | ||
"gitHead": "b98284a9f8ee9fcd9129c07665d9631e704d73e5" | ||
"gitHead": "8b408c208ca8bb5db100cb4d24ad8024de0aae68" | ||
} |
@@ -18,3 +18,3 @@ # @zxcvbn-ts/language-en | ||
```js | ||
import zxcvbn from '@zxcvbn-ts/core' | ||
import { zxcvbn, ZxcvbnOptions } from '@zxcvbn-ts/core' | ||
import zxcvbnCommonPackage from '@zxcvbn-ts/language-common' | ||
@@ -32,3 +32,5 @@ import zxcvbnEnPackage from '@zxcvbn-ts/language-en' | ||
zxcvbn(password, 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
6093373
35