Socket
Socket
Sign inDemoInstall

micro-eth-signer

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-eth-signer - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

6

index.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc