grunt-jsdoc
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "grunt-jsdoc", | ||
"description": "Integrates jsdoc3 generation into your Grunt build", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"homepage": "https://github.com/krampstudio/grunt-jsdoc", | ||
@@ -44,3 +44,4 @@ "author": { | ||
"cross-spawn": "^3.0.1", | ||
"jsdoc": "~3.5.5" | ||
"jsdoc": "~3.5.5", | ||
"marked": "^0.3.9" | ||
}, | ||
@@ -47,0 +48,0 @@ "keywords": [ |
@@ -124,2 +124,3 @@ # grunt-jsdoc [](https://travis-ci.org/krampstudio/grunt-jsdoc) [](http://badge.fury.io/js/grunt-jsdoc) [](http://gruntjs.com/) | ||
* _2.2.0_ jsdoc 3.5.0 | ||
* _2.2.1_ fix version of transitive dependency `marked` to prevent xss | ||
* _2.1.0_ use `cross-spawn` instead of `cross-spawn-async`, add `generating` and `generated` grunt events | ||
@@ -126,0 +127,0 @@ * _2.0.0_ `private` behavior, `cross-spawn-async` instead of manual windows management |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
26409
16
443
171
3
2
+ Addedmarked@^0.3.9