@metamask/scure-bip39
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@metamask/scure-bip39", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "MetaMask fork of @scure/bip39: a secure, audited & minimal implementation of BIP39 mnemonic phrases", | ||
@@ -11,12 +11,15 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@noble/hashes": "~1.1.1", | ||
"@scure/base": "~1.1.0" | ||
"@noble/hashes": "~1.3.2", | ||
"@scure/base": "~1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@metamask/auto-changelog": "^2.6.1", | ||
"@types/mocha": "9.0.0", | ||
"mocha": "9.2.0", | ||
"prettier": "2.6.2", | ||
"typescript": "4.7.3" | ||
"@types/mocha": "^9.1.1", | ||
"mocha": "^9.2.2", | ||
"prettier": "^2.8.8", | ||
"typescript": "~4.9.5" | ||
}, | ||
"engines": { | ||
"node": "^16.20 || ^18.16 || >=20" | ||
}, | ||
"author": "Paul Miller (https://paulmillr.com)", | ||
@@ -23,0 +26,0 @@ "repository": { |
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
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
174461
+ Added@noble/hashes@1.3.3(transitive)
- Removed@noble/hashes@1.1.5(transitive)
Updated@noble/hashes@~1.3.2
Updated@scure/base@~1.1.3