Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zxcvbn-ts/language-en

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zxcvbn-ts/language-en - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/zxcvbn-ts.js

16

CHANGELOG.md

@@ -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

2

dist/translations.esm.js
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

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