Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint

Package Overview
Dependencies
Maintainers
2
Versions
373
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 1.10.2 to 1.10.3

5

lib/rules/curly.js

@@ -254,5 +254,8 @@ /**

prepareCheck(node, node.body, "for-in").check();
},
"ForOfStatement": function(node) {
prepareCheck(node, node.body, "for-of").check();
}
};
};

@@ -259,0 +262,0 @@

2

lib/rules/space-before-keywords.js

@@ -191,3 +191,3 @@ /**

checkTokens(node, left, right, { allowedPrecedingChars: [ "(", "{" ] });
checkTokens(node, left, right, { allowedPrecedingChars: [ "(", "{", "[" ] });
},

@@ -194,0 +194,0 @@ "YieldExpression": function(node) {

{
"name": "eslint",
"version": "1.10.2",
"version": "1.10.3",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",

@@ -5,0 +5,0 @@ "description": "An AST-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