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

grunt-contrib-jshint

Package Overview
Dependencies
Maintainers
3
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.6.4 to 0.6.5

2

docs/jshint-options.md

@@ -60,3 +60,3 @@ # Options

See also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporter/)
See also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporters/)

@@ -63,0 +63,0 @@ ## reporterOutput

{
"name": "grunt-contrib-jshint",
"description": "Validate files with JSHint.",
"version": "0.6.4",
"version": "0.6.5",
"homepage": "https://github.com/gruntjs/grunt-contrib-jshint",

@@ -23,3 +23,2 @@ "author": {

],
"main": "Gruntfile.js",
"engines": {

@@ -45,2 +44,2 @@ "node": ">= 0.8.0"

]
}
}

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

# grunt-contrib-jshint v0.6.4 [![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.6.5 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint)

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

See also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporter/)
See also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporters/)

@@ -207,2 +207,3 @@ #### reporterOutput

* 2013-10-23   v0.6.5   Fix output when maxerr is low.
* 2013-08-29   v0.6.4   jshintrc now loaded by jshint allowing comments.

@@ -233,2 +234,2 @@ * 2013-08-15   v0.6.3   Fix module location for jshint 2.1.10.

*This file was generated on Thu Aug 29 2013 08:46:48.*
*This file was generated on Wed Oct 23 2013 20:33:11.*

@@ -23,4 +23,6 @@ /*

var getTabStr = function(options) {
options = options ? grunt.util._.clone(options) : {};
options.maxerr = 50;
// Do something that's going to error.
jshint('\tx', options || {});
jshint('\tx', options);
// If an error occurred, figure out what character JSHint reported and

@@ -27,0 +29,0 @@ // subtract one.

Sorry, the diff of this file is not supported yet

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