Socket
Socket
Sign inDemoInstall

solgraph

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solgraph - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

18

package.json
{
"name": "solgraph",
"version": "1.0.1",
"version": "1.0.2",
"description": "Visualize Solidity control flow for smart contract security analysis.",

@@ -35,16 +35,16 @@ "license": "ISC",

"chai": "*",
"mocha": "^5.2.0",
"nodemon": "^1.17.5"
"mocha": "^10.1.0",
"nodemon": "^2.0.20"
},
"dependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/register": "^7.0.0-beta.51",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@solidity-parser/parser": "^0.14.5",
"commander": "*",
"get-stdin-promise": "*",
"graphlib": "^2.1.5",
"graphlib-dot": "^0.6.2"
"graphlib": "^2.1.8",
"graphlib-dot": "^0.6.4"
}
}
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