Comparing version 0.1.3-beta.0 to 0.1.3-beta.1
{ | ||
"name": "soldoc", | ||
"version": "0.1.3-beta.0", | ||
"version": "0.1.3-beta.1", | ||
"description": "An solidity documentation generator, based in NatSpec format.", | ||
@@ -14,2 +14,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"preversion": "yarn", | ||
"predemo:html": "yarn build", | ||
@@ -53,42 +54,41 @@ "demo:html": "./dist/cli.js --ignore Ignore.sol,IERC20.sol docs/ test/contracts", | ||
"directory-tree": "^2.2.0", | ||
"highlight.js": "^9.18.0", | ||
"highlight.js": "^10.0.0", | ||
"markdown-it": "^10.0.0", | ||
"markdown-it-emoji": "^1.4.0", | ||
"meow": "^6.0.0", | ||
"meow": "^7.0.0", | ||
"mustache": "^4.0.0", | ||
"node-emoji": "^1.10.0", | ||
"pdf-from-html": "^0.1.0" | ||
"pdf-from-html": "^0.1.2-beta.0" | ||
}, | ||
"dependencies": { | ||
"@hq20/solidity-parser-antlr": "0.4.12-alpha.0", | ||
"@typescript-eslint/typescript-estree": "2.18.0" | ||
"@typescript-eslint/typescript-estree": "2.31.0" | ||
}, | ||
"devDependencies": { | ||
"@types/highlight.js": "9.12.3", | ||
"@types/jest": "25.1.1", | ||
"@types/jest": "25.2.1", | ||
"@types/meow": "5.0.0", | ||
"@types/mustache": "4.0.0", | ||
"@types/node": "13.7.0", | ||
"@types/mustache": "4.0.1", | ||
"@types/node": "13.13.5", | ||
"@types/node-emoji": "1.8.1", | ||
"@typescript-eslint/eslint-plugin": "2.19.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "2.19.0", | ||
"@typescript-eslint/parser": "2.19.0", | ||
"coveralls": "3.0.9", | ||
"@typescript-eslint/eslint-plugin": "2.31.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "2.31.0", | ||
"@typescript-eslint/parser": "2.31.0", | ||
"coveralls": "3.1.0", | ||
"directory-tree": "2.2.4", | ||
"eslint": "6.8.0", | ||
"eslint-plugin-import": "2.20.1", | ||
"eslint-plugin-import": "2.20.2", | ||
"expect.js": "0.3.1", | ||
"highlight.js": "9.18.1", | ||
"jest": "25.1.0", | ||
"highlight.js": "10.0.2", | ||
"jest": "26.0.1", | ||
"markdown-it": "10.0.0", | ||
"markdown-it-emoji": "1.4.0", | ||
"meow": "6.0.0", | ||
"mustache": "4.0.0", | ||
"meow": "7.0.0", | ||
"mustache": "4.0.1", | ||
"node-emoji": "1.10.0", | ||
"pdf-from-html": "0.1.1", | ||
"pdf-from-html": "0.1.2-beta.3", | ||
"pdf-to-text": "0.0.7", | ||
"puppeteer": "2.1.0", | ||
"tslint": "^5.0.0", | ||
"typedoc": "0.16.9", | ||
"typescript": "3.7.5" | ||
"puppeteer": "3.0.3", | ||
"typedoc": "0.17.6", | ||
"typescript": "3.8.3" | ||
}, | ||
@@ -95,0 +95,0 @@ "jest": { |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
105068
26
0
+ Added@typescript-eslint/typescript-estree@2.31.0(transitive)
+ Addedhighlight.js@10.7.3(transitive)
- Removed@typescript-eslint/typescript-estree@2.18.0(transitive)
- Removedhighlight.js@9.18.5(transitive)
- Removedmeow@6.1.1(transitive)