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.11.0 to 0.11.1

10

package.json
{
"name": "gulp-eslint",
"version": "0.11.0",
"version": "0.11.1",
"description": "A gulp plugin for processing files with eslint",

@@ -52,7 +52,6 @@ "repository": "adametry/gulp-eslint",

"object-assign": "^2.0.0",
"optional": "^0.1.3",
"through2": "^0.6.5"
"through2": "^0.6.3"
},
"devDependencies": {
"babel-eslint": "^2.0.2",
"babel-eslint": "^3.0.1",
"gulp": "^3.8.11",

@@ -63,4 +62,3 @@ "istanbul": "^0.3.13",

"mocha": "^2.2.4",
"should": "^5.2.0",
"through": "^2.3.7",
"should": "^6.0.1",
"vinyl": "^0.4.6"

@@ -67,0 +65,0 @@ },

1

util.js

@@ -6,3 +6,2 @@ 'use strict';

objectAssign = require('object-assign'),
optional = require('optional'),
CLIEngine = require('eslint').CLIEngine,

@@ -9,0 +8,0 @@ IgnoredPaths = require('eslint/lib/ignored-paths'),

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