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

@zxcvbn-ts/dictionary-compression

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zxcvbn-ts/dictionary-compression - npm Package Compare versions

Comparing version 4.0.0-beta.1 to 4.0.0-beta.2

dist/compress.cjs

22

package.json
{
"name": "@zxcvbn-ts/dictionary-compression",
"version": "4.0.0-beta.1",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"version": "4.0.0-beta.2",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"type": "commonjs",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
},
"default": "./dist/index.cjs"
}
},
"description": "dictionary-compression helper for zxcvbn-ts language packages",

@@ -32,3 +46,3 @@ "license": "MIT",

],
"gitHead": "4144c2d9c194882a4df3e49cd37ae0d6a4d07a6b"
"gitHead": "d498fcf9730a3793a86fbd3801a8d27fc877f04f"
}
dist/compress.esm.js
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