micro-eth-signer
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -5,5 +5,5 @@ "use strict"; | ||
exports.Transaction = exports.Address = exports.strip0x = exports.add0x = exports.TRANSACTION_TYPES = exports.CHAIN_TYPES = void 0; | ||
const sha3_1 = require("noble-hashes/lib/sha3"); | ||
const utils_1 = require("noble-hashes/lib/utils"); | ||
const secp256k1 = require("noble-secp256k1"); | ||
const sha3_1 = require("@noble/hashes/lib/sha3"); | ||
const utils_1 = require("@noble/hashes/lib/utils"); | ||
const secp256k1 = require("@noble/secp256k1"); | ||
const rlp = require("micro-rlp"); | ||
@@ -10,0 +10,0 @@ exports.CHAIN_TYPES = { mainnet: 1, ropsten: 3, rinkeby: 4, goerli: 5, kovan: 42 }; |
{ | ||
"name": "micro-eth-signer", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Create, sign and validate Ethereum transactions & addresses with minimum deps. Supports London & Berlin txs", | ||
@@ -43,5 +43,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"micro-rlp": "2.2.9", | ||
"noble-hashes": "^0.2.0", | ||
"noble-secp256k1": "^1.2.13" | ||
"@noble/hashes": "^0.4.1", | ||
"@noble/secp256k1": "^1.3.0", | ||
"micro-rlp": "2.2.9" | ||
}, | ||
@@ -48,0 +48,0 @@ "devDependencies": { |
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
29232
+ Added@noble/hashes@^0.4.1
+ Added@noble/secp256k1@^1.3.0
+ Added@noble/hashes@0.4.5(transitive)
+ Added@noble/secp256k1@1.7.1(transitive)
- Removednoble-hashes@^0.2.0
- Removednoble-secp256k1@^1.2.13
- Removednoble-hashes@0.2.2(transitive)
- Removednoble-secp256k1@1.2.14(transitive)