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.4.1-beta.0 to 0.4.1

2

package.json
{
"name": "solidity-docgen",
"version": "0.4.1-beta.0",
"version": "0.4.1",
"description": "Solidity API documentation automatic generator.",

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

@@ -29,11 +29,1 @@ # `solidity-docgen`

[NatSpec]: https://solidity.readthedocs.io/en/develop/natspec-format.html
### Contracts with Dependendencies
Dependencies don't work out of the box yet, and you have to manually set up solc remappings.
For example, for OpenZeppelin dependencies like `@openzeppelin/contracts` you would run the following command.
```
solidity-docgen --solc-settings "{remappings: ['@openzeppelin=$PWD/node_modules/@openzeppelin']}"
```
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