Socket
Socket
Sign inDemoInstall

grunt-contrib-nodeunit

Package Overview
Dependencies
231
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

8

package.json
{
"name": "grunt-contrib-nodeunit",
"description": "Run Nodeunit unit tests",
"version": "2.0.0",
"version": "2.1.0",
"author": {

@@ -19,3 +19,3 @@ "name": "Grunt Team",

"dependencies": {
"nodeunit-x": "^0.12.1"
"nodeunit-x": "^0.13.0"
},

@@ -25,5 +25,5 @@ "devDependencies": {

"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^3.0.0",
"grunt-contrib-internal": "^4.0.1",
"grunt-contrib-jshint": "^1.0.0",
"tap": "^12.0.1"
"tap": "^14.10.6"
},

@@ -30,0 +30,0 @@ "keywords": [

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

# grunt-contrib-nodeunit v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-nodeunit.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-nodeunit) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/8526qwiyaavbfbxh/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-nodeunit/branch/master)
# grunt-contrib-nodeunit v2.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-nodeunit.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-nodeunit) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/8526qwiyaavbfbxh/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-nodeunit/branch/master)

@@ -9,3 +9,3 @@ > Run Nodeunit unit tests

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
If you haven't used [Grunt](https://gruntjs.com/) before, be sure to check out the [Getting Started](https://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](https://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

@@ -129,2 +129,3 @@ ```shell

* 2020-02-10   v2.1.0   Updates to latest node.js supported versions. Updated to latest nodeunit and security packages.
* 2018-05-19   v2.0.0   Updates to latest node.js supported versions. Updated to latest nodeunit. Updates to dependencies for security reasons.

@@ -148,2 +149,2 @@ * 2016-03-04   v1.0.0   Fixed unit test to run on Node.js v4.x and v5.x. Point main to task and remove peerDep. Doc updates.

*This file was generated on Sat May 19 2018 15:46:13.*
*This file was generated on Mon Feb 10 2020 14:23:59.*

Sorry, the diff of this file is not supported yet

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