New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jsdoc - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

test/jsdoc-alternate_test.js

5

package.json
{
"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": [

1

README.md

@@ -124,2 +124,3 @@ # grunt-jsdoc [![Build Status](https://travis-ci.org/krampstudio/grunt-jsdoc.png)](https://travis-ci.org/krampstudio/grunt-jsdoc) [![NPM version](https://badge.fury.io/js/grunt-jsdoc.png)](http://badge.fury.io/js/grunt-jsdoc) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](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

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