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
1
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 0.4.1 to 0.4.2

2

2015/client.js

@@ -167,3 +167,3 @@ 'use strict';

'func-style': [ 2, 'expression' ],
'indent': [2, 2, { 'SwitchCase': true, 'VariableDeclarator': 2 }],
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }],
'key-spacing': [ 2, { 'beforeColon': false, 'afterColon': true }],

@@ -170,0 +170,0 @@ 'linebreak-style': [ 2, 'unix' ],

@@ -166,3 +166,3 @@ 'use strict';

'func-style': [ 2, 'expression' ],
'indent': [2, 2, { 'SwitchCase': true, 'VariableDeclarator': 2 }],
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }],
'key-spacing': [ 2, { 'beforeColon': false, 'afterColon': true }],

@@ -169,0 +169,0 @@ 'linebreak-style': [ 2, 'unix' ],

@@ -167,3 +167,3 @@ 'use strict';

'func-style': [ 2, 'expression' ],
'indent': [2, 2, { 'SwitchCase': true, 'VariableDeclarator': 2 }],
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }],
'key-spacing': [ 2, { 'beforeColon': false, 'afterColon': true }],

@@ -170,0 +170,0 @@ 'linebreak-style': [ 2, 'unix' ],

@@ -166,3 +166,3 @@ 'use strict';

'func-style': [ 2, 'expression' ],
'indent': [2, 2, { 'SwitchCase': true, 'VariableDeclarator': 2 }],
'indent': [2, 2, { 'SwitchCase': 1, 'VariableDeclarator': 2 }],
'key-spacing': [ 2, { 'beforeColon': false, 'afterColon': true }],

@@ -169,0 +169,0 @@ 'linebreak-style': [ 2, 'unix' ],

{
"name": "eslint-config-es",
"version": "0.4.1",
"version": "0.4.2",
"description": "eslint-config-es contains strict ESLint configurations for ES5 and 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