Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethereum-input-data-decoder

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-input-data-decoder - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

cli.js

@@ -38,3 +38,3 @@ const path = require('path')

run(abi, input)
} else if (process.stdin) {
} else {
input = ''

@@ -51,3 +51,3 @@ process.stdin.setEncoding('utf8')

process.exit(0)
}, 1e6)
}, 1e3)
process.stdin.on('end', () => {

@@ -54,0 +54,0 @@ clearTimeout(t)

{
"name": "ethereum-input-data-decoder",
"version": "0.1.0",
"version": "0.1.1",
"description": "Ethereum smart contract transaction input data decoder",

@@ -5,0 +5,0 @@ "main": "dist/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