Socket
Socket
Sign inDemoInstall

bytecode-debugger

Package Overview
Dependencies
215
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

26

package.json
{
"name": "bytecode-debugger",
"version": "0.1.4",
"version": "0.1.5",
"main": "scripts/bytecode-debugger.ts",

@@ -14,2 +14,11 @@ "bin": {

"@ethereumjs/vm": "^5.5.2",
"@types/chalk": "^2.2.0",
"@types/cli-table": "^0.3.0",
"@types/clui": "^0.3.1",
"@types/jsonfile": "^6.0.1",
"@types/level": "^6.0.0",
"@types/levelup": "^4.3.3",
"@types/lodash": "^4.14.172",
"@types/table": "^6.3.2",
"@types/yargs": "^17.0.2",
"chalk": "^4.1.2",

@@ -24,18 +33,7 @@ "cli-table": "^0.3.6",

"lodash": "^4.17.21",
"prettier": "^2.3.2",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"yargs": "^17.1.1"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/cli-table": "^0.3.0",
"@types/clui": "^0.3.1",
"@types/jsonfile": "^6.0.1",
"@types/level": "^6.0.0",
"@types/levelup": "^4.3.3",
"@types/lodash": "^4.14.172",
"@types/table": "^6.3.2",
"@types/yargs": "^17.0.2",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
}
}

@@ -9,5 +9,5 @@ # Quick Start

# Debug the bytecode
npx bcdebug -b ./Sample.bin-runtime -a ./Sample.abi
npx bytecode-debugger -b ./Sample.bin-runtime -a ./Sample.abi
```
![Simple demo](https://github.com/statechannels/bytecode-debugger/blob/main/images/demo.gif?raw=true)
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc