Socket
Socket
Sign inDemoInstall

eslint-config-gulp

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-gulp - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

8

eslint.js

@@ -17,3 +17,9 @@ 'use strict';

"rules": {
"node/no-unsupported-features/es-syntax": [2, {"version": ">=0.10"}],
"node/no-unsupported-features/es-syntax": [
2,
{
"version": ">=0.10",
"ignores": ["classes"]
}
],
"block-scoped-var": 2,

@@ -20,0 +26,0 @@ "eqeqeq": [2, "smart"],

2

package.json
{
"name": "eslint-config-gulp",
"version": "5.0.0",
"version": "5.0.1",
"description": "Sharable eslint config for gulp projects",

@@ -5,0 +5,0 @@ "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com)",

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