New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-es

Package Overview
Dependencies
Maintainers
5
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-es - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

lib/isInstalled.js

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

return true;
} catch {
/* eslint-disable no-unused-vars */
// Theoretically, ex is not needed here, but Atom uses an older Node.js
// version internally which is not able to deal with optional catch
// bindings. Hence we disable this rule here instead of removing the
// non-needed variable.
} catch (ex) {
/* eslint-disable no-unused-vars */
return false;

@@ -17,0 +23,0 @@ }

2

package.json
{
"name": "eslint-config-es",
"version": "2.0.1",
"version": "2.0.2",
"description": "eslint-config-es contains a strict ESLint configuration for ES2015+.",

@@ -5,0 +5,0 @@ "contributors": [

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