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.0.5 to 0.0.6

dist/index.js

12

package.json
{
"name": "ethereum-input-data-decoder",
"version": "0.0.5",
"version": "0.0.6",
"description": "Ethereum smart contract transaction input data decoder",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "tape ./test/index.js",
"client": "browserify ./example/main.js -o ./example/bundle.js"
"client": "browserify ./example/main.js -o ./example/bundle.js",
"build": "babel index.js --presets babel-preset-es2015 --out-dir dist/"
},

@@ -32,4 +33,9 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.1.1",
"tape": "^4.6.3"
}
}
const fs = require('fs');
const test = require('tape');
const InputDataDecoder = require('../index');
const InputDataDecoder = require('../');

@@ -5,0 +5,0 @@ /*

Sorry, the diff of this file is too big to display

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