Socket
Socket
Sign inDemoInstall

eslint

Package Overview
Dependencies
Maintainers
1
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

5

lib/config.js

@@ -171,3 +171,6 @@ /**

this.useEslintrc = (options.useEslintrc !== false);
this.env = options.envs;
this.env = (options.envs || []).reduce(function (envs, name) {
envs[name] = true;
return envs;
}, {});
this.globals = (options.globals || []).reduce(function (globals, def) {

@@ -174,0 +177,0 @@ // Default "foo" to false and handle "foo:false" and "foo:true"

2

package.json
{
"name": "eslint",
"version": "0.7.3",
"version": "0.7.4",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",

@@ -5,0 +5,0 @@ "description": "An Esprima-based pattern checker for JavaScript.",

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