ethereum-input-data-decoder
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -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", |
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
990873