Comparing version 4.0.0 to 5.0.0-rc.0
{ | ||
"name": "bip32", | ||
"version": "4.0.0", | ||
"version": "5.0.0-rc.0", | ||
"type": "module", | ||
"description": "A BIP32 compatible library", | ||
@@ -11,9 +12,18 @@ "keywords": [ | ||
], | ||
"main": "./src/index.js", | ||
"types": "./types/index.d.ts", | ||
"main": "./src/cjs/index.cjs", | ||
"module": "./src/esm/index.js", | ||
"types": "./src/cjs/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./src/cjs/index.cjs", | ||
"import": "./src/esm/index.js", | ||
"types": "./src/cjs/index.d.ts" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=6.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc -p ./tsconfig.json", | ||
"build": "tsc -p ./tsconfig.json && tsc -p ./tsconfig.cjs.json", | ||
"postbuild": "find src/cjs -type f -name \"*.js\" -exec bash -c 'mv \"$0\" \"${0%.js}.cjs\"' {} \\; && chmod +x fixup.cjs && node fixup.cjs", | ||
"coverage-report": "npm run build && npm run nobuild:coverage-report", | ||
@@ -25,4 +35,4 @@ "coverage": "npm run build && npm run nobuild:coverage", | ||
"lint": "tslint -p tsconfig.json -c tslint.json", | ||
"nobuild:coverage-report": "nyc report --reporter=lcov", | ||
"nobuild:coverage": "nyc --check-coverage --branches 90 --functions 90 npm run nobuild:unit", | ||
"nobuild:coverage-report": "c8 report --reporter=lcov", | ||
"nobuild:coverage": "c8 --check-coverage --branches 90 --functions 90 npm run nobuild:unit", | ||
"nobuild:unit": "tape test/*.js", | ||
@@ -38,4 +48,3 @@ "prettier": "prettier 'ts-src/**/*.ts' --ignore-path ./.prettierignore", | ||
"files": [ | ||
"src", | ||
"types" | ||
"src" | ||
], | ||
@@ -45,13 +54,15 @@ "dependencies": { | ||
"@scure/base": "^1.1.1", | ||
"typeforce": "^1.11.5", | ||
"wif": "^2.0.6" | ||
"uint8array-tools": "^0.0.8", | ||
"valibot": "^0.37.0", | ||
"wif": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.x", | ||
"nyc": "^15.0.0", | ||
"@types/tape": "^5.6.4", | ||
"c8": "^10.1.2", | ||
"prettier": "1.16.4", | ||
"tape": "^4.13.2", | ||
"tape": "^5.3.0", | ||
"tiny-secp256k1": "^2.2.1", | ||
"tslint": "^6.1.0", | ||
"typescript": "4.7" | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -58,0 +69,0 @@ "author": "Daniel Cousens", |
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
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
54343
18
1026
Yes
5
8
2
1
+ Addeduint8array-tools@^0.0.8
+ Addedvalibot@^0.37.0
+ Addedbase-x@5.0.0(transitive)
+ Addedbs58@6.0.0(transitive)
+ Addedbs58check@4.0.0(transitive)
+ Addeduint8array-tools@0.0.8(transitive)
+ Addedvalibot@0.37.0(transitive)
+ Addedwif@5.0.0(transitive)
- Removedtypeforce@^1.11.5
- Removedbase-x@3.0.10(transitive)
- Removedbs58@4.0.1(transitive)
- Removedbs58check@2.1.2(transitive)
- Removedcipher-base@1.0.4(transitive)
- Removedcreate-hash@1.2.0(transitive)
- Removedhash-base@3.1.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedmd5.js@1.3.5(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedripemd160@2.0.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsha.js@2.4.11(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedtypeforce@1.18.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwif@2.0.6(transitive)
Updatedwif@^5.0.0