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

soldoc

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soldoc - npm Package Compare versions

Comparing version 0.1.2-beta.5 to 0.1.2-beta.6

21

package.json
{
"name": "soldoc",
"version": "0.1.2-beta.5",
"version": "0.1.2-beta.6",
"description": "An html page and pdf solidity documentation generator, based in NatSpec format.",

@@ -44,6 +44,3 @@ "main": "dist/index.js",

],
"author": {
"name": "Bernardo Vieira",
"github": "obernardovieira"
},
"author": "HQ20",
"license": "GPL-3.0-only",

@@ -65,3 +62,3 @@ "bugs": {

"dependencies": {
"solidity-parser-antlr": "git://github.com/obernardovieira/solidity-parser-antlr.git#5fb4ceb"
"solidity-parser-antlr": "git://github.com/obernardovieira/solidity-parser-antlr.git#80086a4"
},

@@ -73,3 +70,3 @@ "devDependencies": {

"meow": "6.0.0",
"mustache": "3.1.0",
"mustache": "3.2.1",
"node-emoji": "1.10.0",

@@ -80,6 +77,6 @@ "pdf-from-html": "0.1.1",

"@types/mustache": "0.8.32",
"@types/node": "12.12.20",
"@types/node": "13.1.2",
"@types/node-emoji": "1.8.1",
"typescript": "3.7.3",
"@types/jest": "24.0.23",
"typescript": "3.7.4",
"@types/jest": "24.0.25",
"coveralls": "3.0.9",

@@ -89,7 +86,7 @@ "directory-tree": "2.2.4",

"jest": "24.9.0",
"jest-puppeteer": "4.3.0",
"jest-puppeteer": "4.4.0",
"pdf-to-text": "0.0.7",
"puppeteer": "2.0.0",
"tslint": "5.20.1",
"typedoc": "0.15.5",
"typedoc": "0.15.6",
"typescript-tslint-plugin": "0.5.5"

@@ -96,0 +93,0 @@ },

@@ -26,3 +26,3 @@ <p align="center">

```bash
# Move to your project folder.
# Go to your project folder.
cd project-folder/

@@ -33,4 +33,7 @@

# Install soldoc's peerDependencies (in case you don't have them yet).
npm install --save-dev directory-tree highlight.js markdown-it markdown-it-emoji meow mustache node-emoji pdf-from-html
# Run soldoc.
soldoc docs/ Sample.sol
npx soldoc docs/ Sample.sol

@@ -37,0 +40,0 @@ # View documentation

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