Comparing version 0.1.2-beta.5 to 0.1.2-beta.6
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
95221
71