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

eslint-config-is2ei

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-is2ei - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

lib/base.js

@@ -218,3 +218,8 @@ /* eslint-disable no-magic-numbers */

"object-shorthand": "error",
"one-var": "error",
"one-var": [
"error",
{
"const": "never"
}
],
"one-var-declaration-per-line": "error",

@@ -221,0 +226,0 @@ "operator-assignment": "error",

2

package.json
{
"name": "eslint-config-is2ei",
"version": "0.1.3",
"version": "0.1.4",
"description": "ESLint Shareable Config",

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

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