Socket
Socket
Sign inDemoInstall

micro-eth-signer

Package Overview
Dependencies
Maintainers
1
Versions
39
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.1.5 to 0.1.6

2

index.js

@@ -69,3 +69,3 @@ "use strict";

}
if (['gasPrice', 'value'].includes(field) && !value) {
if (['gasPrice'].includes(field) && !value) {
throw new TypeError('The field must have non-zero value');

@@ -72,0 +72,0 @@ }

{
"name": "micro-eth-signer",
"version": "0.1.5",
"version": "0.1.6",
"description": "Create, sign and validate Ethereum transactions & addresses with minimum deps",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc