Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-contrib-jshint

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-jshint - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

17

package.json
{
"name": "grunt-contrib-jshint",
"description": "Validate files with JSHint.",
"version": "0.10.0",
"version": "0.11.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint",

@@ -30,12 +30,12 @@ "author": {

"dependencies": {
"jshint": "~2.5.0",
"hooker": "~0.2.3"
"hooker": "~0.2.3",
"jshint": "~2.6.0"
},
"devDependencies": {
"grunt-contrib-nodeunit": "~0.3.1",
"grunt-contrib-internal": "~0.4.8",
"grunt": "~0.4.0"
"grunt": "~0.4.5",
"grunt-contrib-internal": "~0.4.12",
"grunt-contrib-nodeunit": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
"grunt": "~0.4.5"
},

@@ -48,3 +48,4 @@ "keywords": [

"LICENSE-MIT"
]
],
"appveyor_id": "j04ik7qgx21ixyfw"
}

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

# grunt-contrib-jshint v0.10.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint)
# grunt-contrib-jshint v0.11.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master)

@@ -8,3 +8,3 @@ > Validate files with JSHint.

## Getting Started
This plugin requires Grunt `~0.4.0`
This plugin requires Grunt `~0.4.5`

@@ -219,2 +219,3 @@ 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:

* 2015-01-22   v0.11.0   Update to JSHint ~2.6.0.
* 2014-04-02   v0.10.0   Update to JSHint 2.5.0.

@@ -254,2 +255,2 @@ * 2014-03-12   v0.9.2   Fixes a bug where reporterOutput was still passed to jshint.

*This file was generated on Wed Apr 02 2014 09:05:43.*
*This file was generated on Thu Jan 22 2015 15:21:59.*

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2014 "Cowboy" Ben Alman, contributors
* Copyright (c) 2015 "Cowboy" Ben Alman, contributors
* Licensed under the MIT license.

@@ -24,3 +24,3 @@ */

force: false,
reporterOutput: null,
reporterOutput: null
});

@@ -27,0 +27,0 @@

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