electrum-cash
Advanced tools
Comparing version 3.0.0 to 3.0.1-development.4478898807
{ | ||
"name": "electrum-cash", | ||
"version": "3.0.0", | ||
"version": "3.0.1-development.4478898807", | ||
"description": "Electrum-cash is a lightweight JavaScript library that lets you connect with one or more Electrum servers.", | ||
"source": "lib/index.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.mjs.js", | ||
"browser": "dist/browser.cjs.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"exports": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs", | ||
"browser": "./dist/browser.cjs" | ||
}, | ||
"types": "dist/index.d.ts", | ||
@@ -16,2 +20,3 @@ "files": [ | ||
"build": "npm run clean && parcel build", | ||
"analyze": "parcel build --reporter @parcel/reporter-bundle-analyzer", | ||
"docs": "jsdoc -c jsdoc.json", | ||
@@ -21,3 +26,3 @@ "lint": "eslint . --ext .ts", | ||
"spellcheck": "cspell 'lib/**' 'test/**' 'examples/**'", | ||
"test": "npm run build && c8 ava test/**/*.test.ts" | ||
"test": "vitest --dir test/ --test-timeout=15000 --run --coverage" | ||
}, | ||
@@ -47,3 +52,2 @@ "repository": { | ||
"devDependencies": { | ||
"@ava/typescript": "^4.0.0", | ||
"@generalprotocols/cspell-dictionary": "git+https://gitlab.com/GeneralProtocols/cspell-dictionary.git", | ||
@@ -56,5 +60,4 @@ "@generalprotocols/eslint-config": "git+https://gitlab.com/GeneralProtocols/eslint-config.git", | ||
"@typescript-eslint/eslint-plugin": "^5.59.11", | ||
"ava": "^5.3.0", | ||
"@vitest/coverage-v8": "^0.32.0", | ||
"better-docs": "^2.7.2", | ||
"c8": "^8.0.0", | ||
"cspell": "^6.31.1", | ||
@@ -69,6 +72,4 @@ "del-cli": "^5.0.0", | ||
"process": "^0.11.10", | ||
"rollup": "^3.25.1", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"sinon": "^15.1.2", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.32.0" | ||
}, | ||
@@ -81,18 +82,3 @@ "dependencies": { | ||
"ws": "^8.13.0" | ||
}, | ||
"ava": { | ||
"timeout": "20s", | ||
"typescript": { | ||
"rewritePaths": { | ||
"./": "dist/main/" | ||
}, | ||
"compile": false | ||
} | ||
}, | ||
"c8": { | ||
"exclude": [ | ||
"test/**", | ||
"dist/*/test/**" | ||
] | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
20
2
8298
3
0
1