Socket
Socket
Sign inDemoInstall

gulp-eslint

Package Overview
Dependencies
4
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0-beta1 to 0.2.0-beta2

2

package.json
{
"name": "gulp-eslint",
"version": "0.2.0-beta1",
"version": "0.2.0-beta2",
"description": "A gulp plugin for processing files with eslint",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -71,2 +71,7 @@ 'use strict';

if (to.config != null) {
// The "config" option has been deprecated. Use "configFile".
to.configFile = to.config;
}
if (to.rulesdir != null) {

@@ -73,0 +78,0 @@ // The "rulesdir" option has been deprecated. Use "rulesPaths".

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc