New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

solidity-docgen

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solidity-docgen - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

4

dist/solidity.js

@@ -282,3 +282,5 @@ "use strict";

const match = re.exec(text);
if (match) {
// we break out of the loop if the empty string is matched because no
// progress will be made and it will loop infinitely
if (match && match[0] !== '') {
yield match;

@@ -285,0 +287,0 @@ }

{
"name": "solidity-docgen",
"version": "0.3.8",
"version": "0.3.9",
"description": "Solidity API documentation automatic generator.",

@@ -5,0 +5,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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