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.12 to 0.3.13

2

dist/solidity.js

@@ -77,3 +77,3 @@ "use strict";

get linkable() {
return [this, ...this.modifiers, ...this.variables, ...this.functions, ...this.events];
return [this, ...this.ownModifiers, ...this.ownVariables, ...this.ownFunctions, ...this.ownEvents];
}

@@ -80,0 +80,0 @@ get inheritance() {

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

@@ -28,3 +28,3 @@ "bin": {

"globby": "^10.0.1",
"handlebars": "^4.4.0",
"handlebars": "^4.5.3",
"json5": "^2.1.0",

@@ -41,6 +41,6 @@ "lodash": "^4.17.15",

"@types/json5": "0.0.30",
"@types/lodash": "^4.14.146",
"@types/micromatch": "^3.1.0",
"@types/lodash": "^4.14.149",
"@types/micromatch": "^3.1.1",
"@types/minimatch": "^3.0.3",
"@types/node": "^12.12.7",
"@types/node": "^12.12.9",
"@types/semver": "^6.0.2",

@@ -47,0 +47,0 @@ "ava": "^2.4.0",

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