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

gruntify-eslint

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gruntify-eslint - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

4

package.json
{
"name": "gruntify-eslint",
"version": "4.0.0",
"version": "5.0.0",
"description": "Validate files with ESLint",

@@ -15,3 +15,3 @@ "license": "MIT",

"dependencies": {
"eslint": "^4.0.0"
"eslint": "^5.0.0"
},

@@ -18,0 +18,0 @@ "devDependencies": {

@@ -28,3 +28,3 @@ [![NPM version](https://badge.fury.io/js/gruntify-eslint.svg)](http://badge.fury.io/js/gruntify-eslint)

See the grunt [docs](https://github.com/gruntjs/grunt/wiki) on how to [configure tasks](https://github.com/gruntjs/grunt/wiki/Configuring-tasks) and more advanced usage.
See the grunt [docs](https://gruntjs.com/getting-started) on how to [configure tasks](https://gruntjs.com/configuring-tasks) and more advanced usage.

@@ -31,0 +31,0 @@ ### Example

@@ -20,3 +20,3 @@ var path = require("path");

if(this.filesSrc.length === 0){
return console.log("No Files specified");
return grunt.log.writeln("No Files specified");
}

@@ -61,3 +61,3 @@

} else {
console.log(report);
grunt.log.writeln(report);
}

@@ -64,0 +64,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