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.6.5 to 0.6.6

2

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

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

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

## Release History
* _0.6.6_ fix failing test
* _0.6.5_ code refactoring, docstrap 0.5.3, PR [#120](https://github.com/krampstudio/grunt-jsdoc/pull/120), better path management

@@ -105,0 +106,0 @@ * _0.6.4_ upgrade to jsdoc 3.3.0

var testCase = require('./task');
var package = require('../package.json');
testCase.setUp = function(done){
this.destination = 'doc/pack age/grunt-jsdoc/0.6.4';
this.destination = 'doc/pack age/' + package.name + '/' + package.version;
this.expectedFiles = [

@@ -5,0 +6,0 @@ 'index.html',

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