Socket
Socket
Sign inDemoInstall

gulp-eslint

Package Overview
Dependencies
142
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 2.0.0-rc-1

6

package.json
{
"name": "gulp-eslint",
"version": "1.1.1",
"version": "2.0.0-rc-1",
"description": "A gulp plugin for processing files with ESLint",

@@ -45,3 +45,3 @@ "repository": "adametry/gulp-eslint",

"bufferstreams": "^1.1.0",
"eslint": "^1.4.0",
"eslint": "next",
"gulp-util": "^3.0.6",

@@ -57,3 +57,3 @@ "object-assign": "^4.0.1"

"mocha": "^2.2.5",
"should": "^7.0.1",
"should": "^8.0.1",
"vinyl": "^1.0.0"

@@ -60,0 +60,0 @@ },

@@ -211,4 +211,4 @@ # gulp-eslint [![Build Status](https://travis-ci.org/adametry/gulp-eslint.svg)](https://travis-ci.org/adametry/gulp-eslint) [![Coverage Status](https://img.shields.io/coveralls/adametry/gulp-eslint.svg)](https://coveralls.io/r/adametry/gulp-eslint)

console.log('Total Results: ' + results.length);
console.log('Total Warnings: ' + result.warningCount);
console.log('Total Errors: ' + result.errorCount);
console.log('Total Warnings: ' + results.warningCount);
console.log('Total Errors: ' + results.errorCount);
}));

@@ -215,0 +215,0 @@ ```

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