Socket
Socket
Sign inDemoInstall

gulp-eslint

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-eslint - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

4

CHANGELOG.md
# Changelog
## 0.6.0
* Bump eslint dependency to 0.16.x
## 0.5.0

@@ -4,0 +8,0 @@

12

index.js
'use strict';
var through = require('through2'),
BufferStreams = require('bufferstreams'),
PluginError = require('gulp-util').PluginError,
eslint = require('eslint').linter,
CLIEngine = require('eslint').CLIEngine,
util = require('./util');
var through = require('through2');
var BufferStreams = require('bufferstreams');
var PluginError = require('gulp-util').PluginError;
var eslint = require('eslint').linter;
var CLIEngine = require('eslint').CLIEngine;
var util = require('./util');

@@ -10,0 +10,0 @@ /**

{
"name": "gulp-eslint",
"version": "0.5.0",
"version": "0.6.0",
"description": "A gulp plugin for processing files with eslint",

@@ -51,15 +51,16 @@ "repository": "adametry/gulp-eslint",

"bufferstreams": "1.0.1",
"eslint": "^0.15.0",
"gulp-util": "^3.0.1",
"eslint": "^0.16.0",
"gulp-util": "^3.0.4",
"object-assign": "^2.0.0",
"optional": "^0.1.2",
"optional": "^0.1.3",
"through2": "^0.6.3"
},
"devDependencies": {
"babel-eslint": "^1.0.13",
"gulp": "^3.8.11",
"istanbul": "^0.3.6",
"istanbul-coveralls": "^1.0.1",
"istanbul": "^0.3.7",
"istanbul-coveralls": "^1.0.2",
"jscs": "^1.11.3",
"mocha": "*",
"should": "^5.0.1",
"mocha": "^2.2.0",
"should": "^5.1.0",
"through": "^2.3.6",

@@ -66,0 +67,0 @@ "vinyl": "^0.4.6"

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