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.5.5 to 0.5.6

8

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

@@ -41,5 +41,5 @@ "author": {

"grunt": "~0.4.3",
"grunt-contrib-clean": "latest",
"grunt-contrib-nodeunit": "latest",
"grunt-contrib-jshint": "latest"
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.0"
},

@@ -46,0 +46,0 @@ "dependencies": {

@@ -104,2 +104,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/)

* _0.5.5_ Update docstrap version
* _0.5.6_ Fix dependencies version and bug [#87](https://github.com/krampstudio/grunt-jsdoc/issues/87)
* _0.4.0_ Update to jsdoc 3.2.0 stable, Fix [#37](https://github.com/krampstudio/grunt-jsdoc/issues/37), add integration tests

@@ -106,0 +107,0 @@ * _0.4.1_ Fix [#53](https://github.com/krampstudio/grunt-jsdoc/issues/53) and [#54](https://github.com/krampstudio/grunt-jsdoc/issues/54)

@@ -83,3 +83,3 @@ /**

//check if there is sources to generate the doc for
if(srcs.length === 0){
if(srcs.length === 0 && !options.configure){
grunt.log.error('No source files defined');

@@ -86,0 +86,0 @@ grunt.fail.warn('Wrong configuration', errorCode.generic);

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