Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sol2uml

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sol2uml - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

5

lib/parser.js

@@ -283,2 +283,7 @@ "use strict";

}
// @ts-ignore IDEX 0x2a0c0DBEcC7E4D658f48E01e3fA353F44050c208 has this
else if (expression.type === 'UnaryOperation' && expression.subExpression) {
// @ts-ignore
umlClass = parseExpression(expression.subExpression, umlClass);
}
return umlClass;

@@ -285,0 +290,0 @@ }

2

package.json
{
"name": "sol2uml",
"version": "1.1.7",
"version": "1.1.8",
"description": "Unified Modeling Language (UML) class diagram generator for Solidity contracts",

@@ -5,0 +5,0 @@ "main": "./lib/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