grunt-contrib-jshint
Advanced tools
Comparing version 3.1.1 to 3.2.0
{ | ||
"name": "grunt-contrib-jshint", | ||
"description": "Validate files with JSHint", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"author": { | ||
@@ -19,10 +19,10 @@ "name": "Grunt Team", | ||
"dependencies": { | ||
"chalk": "^4.1.0", | ||
"chalk": "~4.1.2", | ||
"hooker": "^0.2.3", | ||
"jshint": "~2.13.0" | ||
"jshint": "~2.13.4" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^1.3.0", | ||
"grunt-contrib-internal": "^5.0.1", | ||
"grunt-contrib-nodeunit": "^2.1.0" | ||
"grunt": "^1.4.1", | ||
"grunt-contrib-internal": "^7.0.0", | ||
"grunt-contrib-nodeunit": "^4.0.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-jshint v3.1.1 [![Build Status](https://github.com/gruntjs/grunt-contrib-jshint/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-jshint/actions?workflow=Tests) | ||
# grunt-contrib-jshint v3.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-jshint/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-jshint/actions?workflow=Tests) | ||
@@ -222,4 +222,3 @@ > Validate files with JSHint | ||
* 2021-10-01 v3.1.1 Bump dependencies. | ||
* 2020-10-20 v3.0.0 Bump dependencies. Switch to GitHub actions. Ensures errors in stdoutEqual callback are logged. Requires Node 10+. | ||
* 2020-10-20 v3.0.0 Bump dependencies. Switch to GitHub actions Ensures errors in stdoutEqual callback are logged Requires Node 10+ | ||
* 2019-03-18 v2.1.0 Bump dependencies. Update to latest JSHint | ||
@@ -268,2 +267,2 @@ * 2018-09-22 v2.0.0 Bump devDependencies. Drop Node.js < 6 support. | ||
*This file was generated on Fri Oct 01 2021 22:44:46.* | ||
*This file was generated on Tue Oct 20 2020 09:55:41.* |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127602
23874
267
Updatedchalk@~4.1.2
Updatedjshint@~2.13.4