Socket
Socket
Sign inDemoInstall

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.4 to 0.1.5

9

cli.js

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

} else if (input) {
input = fs.readFileSync(path.resolve(input))
try {
input = fs.readFileSync(path.resolve(input))
} catch(err) { }
run(abi, input)

@@ -62,2 +64,7 @@ } else {

if (result.name === null && result.types.length === 0) {
console.log('No matches')
return
}
const output = [`${'name'.padEnd(10)}${result.name}`]

@@ -64,0 +71,0 @@ for (let i = 0; i < result.types.length; i++) {

2

package.json
{
"name": "ethereum-input-data-decoder",
"version": "0.1.4",
"version": "0.1.5",
"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