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.2.0 to 0.3.0

16

CHANGELOG.md

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

6

package.json
{
"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)
```
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