Socket
Socket
Sign inDemoInstall

grunt-contrib-nodeunit

Package Overview
Dependencies
285
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.4.0

7

package.json
{
"name": "grunt-contrib-nodeunit",
"description": "Run Nodeunit unit tests.",
"version": "0.3.3",
"version": "0.4.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-nodeunit",

@@ -30,6 +30,7 @@ "author": {

"dependencies": {
"nodeunit": "~0.8.0"
"hooker": "~0.2.3",
"nodeunit": "~0.9.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-internal": "~0.4.6",

@@ -36,0 +37,0 @@ "grunt-contrib-clean": "~0.5.0",

@@ -1,2 +0,2 @@

# grunt-contrib-nodeunit v0.3.3 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-nodeunit.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-nodeunit)
# grunt-contrib-nodeunit v0.4.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-nodeunit.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-nodeunit) <a href="https://ci.appveyor.com/project/gruntjs/grunt-contrib-nodeunit"><img src="https://ci.appveyor.com/api/projects/status/8526qwiyaavbfbxh/branch/master" alt="Build Status: Windows" height="18" /></a>

@@ -113,2 +113,3 @@ > Run Nodeunit unit tests.

* 2014-05-14   v0.4.0   Bump nodeunit to v0.9.0
* 2014-01-26   v0.3.0   Adds 'reporter' and 'reporterOutput' options.

@@ -128,2 +129,2 @@ * 2013-10-19   v0.2.2   Allow missing operators on error object.

*This file was generated on Tue Mar 11 2014 18:48:11.*
*This file was generated on Wed May 14 2014 02:44:25.*

@@ -20,2 +20,3 @@ /*

var nodeunit = require('nodeunit');
var hooker = require('hooker');

@@ -258,3 +259,2 @@ // ==========================================================================

var output = '';
var hooker = grunt.util.hooker;

@@ -261,0 +261,0 @@ if (options.reporterOutput) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc