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 0.3.1 to 0.3.2

2

package.json
{
"name": "grunt-jsdoc",
"description": "Integrates jsdoc3 generation into your Grunt build",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/krampstudio/grunt-jsdoc-plugin",

@@ -6,0 +6,0 @@ "author": {

@@ -7,3 +7,3 @@ # grunt-jsdoc-plugin [![Build Status](https://travis-ci.org/krampstudio/grunt-jsdoc-plugin.png)](https://travis-ci.org/krampstudio/grunt-jsdoc-plugin)

The grunt team ask me to change the plugin name into NPM. The `grunt-contrib` namespace is now reserved to the tasks developped by the Grunt Team.
The grunt team ask me to change the plugin name into NPM. The `grunt-contrib` namespace is now reserved to the tasks developed by the Grunt Team.
I'll in a first time, deprecate the module in NPM and then update the name to `grunt-jsdoc`. You'll have to upgrade your `package.json` once the plugin will be removed from NPM.

@@ -55,8 +55,8 @@

* `dest` : (deprecated) to support the previous way to set up destination folder
* `jsdoc`: (optionnal) the path to the jsdoc bin (needed only for some boreder line cases)
* `jsdoc`: (optional) the path to the jsdoc bin (needed only for some border line cases)
* `options` : options used by jsdoc
* `destination`: (required) the folder where the doc is generated
* `configuration` : (optionnal) path to a config file
* `template` : (optionnal) path or name to a different template
* `private` : (optionnal) include the private functions to the doc (`true` by default).
* `configure` : (optional) path to a config file
* `template` : (optional) path or name to a different template
* `private` : (optional) include the private functions to the doc (`true` by default).
* ... refer the [usejsdocCli] documentation for all the available options.

@@ -96,2 +96,3 @@

* _0.3.1_ Fix [bug #29](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/29)
* _0.3.2_ Fix [bug #32](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/32)
* _0.2.0_ Migrate to grunt 0.4

@@ -98,0 +99,0 @@ * _0.2.1_ Fix [bug #10](https://github.com/krampstudio/grunt-jsdoc-plugin/issues/10)

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