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.3.0 to 0.3.1

4

2015/client.js

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

'lines-around-comment': [ 2, {
'beforeBlockComment': true,
'beforeBlockComment': false,
'afterBlockComment': false,

@@ -176,3 +176,3 @@ 'beforeLineComment': true,

'allowBlockStart': true,
'allowBlockEnd': false
'allowBlockEnd': true
}],

@@ -179,0 +179,0 @@ 'max-nested-callbacks': [ 0, 3 ],

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

'lines-around-comment': [ 2, {
'beforeBlockComment': true,
'beforeBlockComment': false,
'afterBlockComment': false,

@@ -175,3 +175,3 @@ 'beforeLineComment': true,

'allowBlockStart': true,
'allowBlockEnd': false
'allowBlockEnd': true
}],

@@ -178,0 +178,0 @@ 'max-nested-callbacks': [ 0, 3 ],

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

'lines-around-comment': [ 2, {
'beforeBlockComment': true,
'beforeBlockComment': false,
'afterBlockComment': false,

@@ -176,3 +176,3 @@ 'beforeLineComment': true,

'allowBlockStart': true,
'allowBlockEnd': false
'allowBlockEnd': true
}],

@@ -179,0 +179,0 @@ 'max-nested-callbacks': [ 0, 3 ],

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

'lines-around-comment': [ 2, {
'beforeBlockComment': true,
'beforeBlockComment': false,
'afterBlockComment': false,

@@ -175,3 +175,3 @@ 'beforeLineComment': true,

'allowBlockStart': true,
'allowBlockEnd': false
'allowBlockEnd': true
}],

@@ -178,0 +178,0 @@ 'max-nested-callbacks': [ 0, 3 ],

{
"name": "eslint-config-es",
"version": "0.3.0",
"version": "0.3.1",
"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