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.13 to 0.3.14

6

dist/handlebars.js

@@ -36,3 +36,7 @@ "use strict";

function compile(template) {
return H.compile(template, { noEscape: true });
const compiledTemplate = H.compile(template, { noEscape: true });
return context => compiledTemplate(context, {
allowProtoPropertiesByDefault: true,
allowProtoMethodsByDefault: true,
});
}

@@ -39,0 +43,0 @@ exports.compile = compile;

35

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

@@ -17,4 +17,6 @@ "bin": {

"coverage": "nyc --reporter=lcov npm test",
"docs": "oz-docs -c docs",
"docs:watch": "npm run docs watch",
"test": "tsc && ava",
"test:watch": "concurrently -krs first -n ava,tsc 'ava --watch' 'tsc --watch --preserveWatchOutput'",
"test:watch": "fgbg 'ava --watch' 'tsc --watch'",
"prepare": "npm run build"

@@ -26,6 +28,6 @@ },

"@oclif/errors": "^1.2.2",
"@oclif/plugin-help": "^2.2.1",
"@oclif/plugin-help": "^2.2.3",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"handlebars": "^4.5.3",
"globby": "^11.0.0",
"handlebars": "^4.7.2",
"json5": "^2.1.0",

@@ -35,20 +37,21 @@ "lodash": "^4.17.15",

"minimatch": "^3.0.4",
"semver": "^6.3.0",
"solc": "^0.5.12"
"semver": "^7.1.2",
"solc": "^0.5.14"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/fs-extra": "^8.0.0",
"@types/json5": "0.0.30",
"@types/lodash": "^4.14.149",
"@types/micromatch": "^3.1.1",
"@types/micromatch": "^4.0.1",
"@types/minimatch": "^3.0.3",
"@types/node": "^12.12.9",
"@types/semver": "^6.0.2",
"ava": "^2.4.0",
"@types/node": "^10.17.14",
"@types/semver": "^7.1.0",
"ava": "^3.2.0",
"code-style": "github:OpenZeppelin/code-style",
"codecov": "^3.6.1",
"concurrently": "^5.0.0",
"nyc": "^14.1.1",
"typescript": "^3.7.2"
"codecov": "^3.6.4",
"fgbg": "^0.1.4",
"nyc": "^15.0.0",
"openzeppelin-docs-utils": "github:OpenZeppelin/docs-utils",
"typescript": "^3.7.5"
},

@@ -55,0 +58,0 @@ "keywords": [

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