bitcoin-address-validation
Advanced tools
Comparing version
{ | ||
"name": "bitcoin-address-validation", | ||
"version": "2.2.3", | ||
"version": "3.0.0", | ||
"description": "Validate any Bitcoin address - P2WSH, P2WPKH, P2SH, P2PKH - Mainnet & Testnet", | ||
"homepage": "https://github.com/ruigomeseu/bitcoin-address-validation", | ||
"bugs": "https://github.com/ruigomeseu/bitcoin-address-validation/issues", | ||
"main": "./lib/index.cjs.js", | ||
"module": "./lib/index.esm.js", | ||
"unpkg": "./lib/index.umd.js", | ||
"types": "./lib/index.d.ts", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"lib/**/*" | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "rimraf lib && rollup -c", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"lint": "tslint -p tsconfig.json" | ||
}, | ||
"type": "module", | ||
"keywords": [ | ||
@@ -45,25 +36,24 @@ "address", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@arethetypeswrong/cli": "^0.17.3", | ||
"@changesets/cli": "^2.27.12", | ||
"@types/sha.js": "^2.4.0", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.39.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-copy": "^3.3.0", | ||
"rollup-plugin-node-polyfills": "^0.2.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-jest": "^26.5.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.1.5" | ||
"prettier": "^3.5.1", | ||
"typescript": "^5.7.3", | ||
"vitest": "^3.0.5" | ||
}, | ||
"dependencies": { | ||
"base58-js": "^1.0.0", | ||
"base58-js": "^3.0.2", | ||
"bech32": "^2.0.0", | ||
"sha256-uint8array": "^0.10.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "vitest run", | ||
"check-format": "prettier --check src/**/*.ts", | ||
"format": "prettier --write src/**/*.ts", | ||
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm", | ||
"lint": "tsc --noEmit", | ||
"ci": "pnpm run build && pnpm run check-format && pnpm run check-exports && pnpm run lint && pnpm run test", | ||
"local-release": "changeset version && changeset publish" | ||
} | ||
} | ||
} |
# bitcoin-address-validation | ||
[](https://travis-ci.org/ruigomeseu/bitcoin-address-validation) | ||
[](https://www.npmjs.com/package/bitcoin-address-validation) | ||
@@ -5,0 +4,0 @@ [](https://www.npmjs.com/package/bitcoin-address-validation) |
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
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
6
-64.71%174
9.43%Yes
NaN16327
-54.01%146
-0.68%+ Added
- Removed
Updated