- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
42 lines
858 B
JSON
42 lines
858 B
JSON
{
|
|
"name": "@zxcvbn-ts/core",
|
|
"version": "3.0.4",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts",
|
|
"description": "Realistic password strength estimation written in typescript",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/zxcvbn-ts/zxcvbn",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zxcvbn-ts/zxcvbn.git"
|
|
},
|
|
"author": "zxcvbn-ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"fastest-levenshtein": "1.0.16"
|
|
},
|
|
"keywords": [
|
|
"password",
|
|
"passphrase",
|
|
"security",
|
|
"authentication",
|
|
"strength",
|
|
"meter",
|
|
"quality",
|
|
"estimation",
|
|
"pattern",
|
|
"cracking",
|
|
"scoring",
|
|
"entropy",
|
|
"bruteforce"
|
|
],
|
|
"gitHead": "ecb44e737022ff694a063d3e5e5caec94cc2d4fa"
|
|
}
|