Socket
Socket
Sign inDemoInstall

eslint-config-seekingalpha-base

Package Overview
Dependencies
237
Maintainers
2
Versions
261
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.0 to 6.3.0

4

CHANGELOG.md
# Change Log
## 6.3.0 - 2023-04-11
- allow `in` binary operator
## 6.2.0 - 2023-04-09

@@ -4,0 +8,0 @@

2

package.json
{
"name": "eslint-config-seekingalpha-base",
"version": "6.2.0",
"version": "6.3.0",
"description": "SeekingAlpha's sharable base ESLint config",

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

@@ -488,6 +488,2 @@ const config = require('../config');

},
{
selector: 'BinaryExpression[operator="in"]',
message: 'use prototype.hasOwnProperty() instead',
},
],

@@ -494,0 +490,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc