@zxcvbn-ts/language-en
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -6,4 +6,20 @@ # Change Log | ||
# [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) | ||
### 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.1.0 (2021-01-05) | ||
**Note:** Version bump only for package @zxcvbn-ts/language-en |
var translations = { | ||
warnings: { | ||
straightRow: 'Straight rows of keys are easy to guess.', | ||
straightRow: 'Straight rows of keys on your keyboard are easy to guess.', | ||
keyPattern: 'Short keyboard patterns are easy to guess.', | ||
@@ -5,0 +5,0 @@ simpleRepeat: 'Repeated characters like "aaa" are easy to guess.', |
@@ -5,3 +5,3 @@ 'use strict'; | ||
warnings: { | ||
straightRow: 'Straight rows of keys are easy to guess.', | ||
straightRow: 'Straight rows of keys on your keyboard are easy to guess.', | ||
keyPattern: 'Short keyboard patterns are easy to guess.', | ||
@@ -8,0 +8,0 @@ simpleRepeat: 'Repeated characters like "aaa" are easy to guess.', |
{ | ||
"name": "@zxcvbn-ts/language-en", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"main": "dist/index.js", | ||
@@ -16,3 +16,4 @@ "module": "dist/index.esm.js", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
@@ -28,3 +29,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "f0567eed744717a0af2c20a69cf623479b1d2eae" | ||
"gitHead": "b98284a9f8ee9fcd9129c07665d9631e704d73e5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6092778
38
19501