Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-defaults

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-defaults - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 3.0.3 (2015-07-06)
#### Internal Changes
* Add missing comma that prevented the strict rules from being loaded
## 3.0.2 (2015-07-06)

@@ -2,0 +8,0 @@

2

package.json

@@ -17,3 +17,3 @@ {

"version" : "3.0.2",
"version" : "3.0.3",
"author" : "Eric Baer <me@ericbaer.com>",

@@ -20,0 +20,0 @@

@@ -6,3 +6,3 @@ "use strict";

// (DEPRECATED) require or disallow the "use strict" pragma in the global scope
"global-strict": 0
"global-strict": 0,
// require that all functions are run in strict mode

@@ -9,0 +9,0 @@ "strict": [2, "never"]

@@ -6,3 +6,3 @@ "use strict";

// (DEPRECATED) require or disallow the "use strict" pragma in the global scope
"global-strict": 0
"global-strict": 0,
// require that all functions are run in strict mode

@@ -9,0 +9,0 @@ "strict": 2

@@ -6,3 +6,3 @@ "use strict";

// (DEPRECATED) require or disallow the "use strict" pragma in the global scope
"global-strict": 0
"global-strict": 0,
// require that all functions are run in strict mode

@@ -9,0 +9,0 @@ "strict": 0

@@ -6,3 +6,3 @@ "use strict";

// (DEPRECATED) require or disallow the "use strict" pragma in the global scope
"global-strict": 0
"global-strict": 0,
// require that all functions are run in strict mode

@@ -9,0 +9,0 @@ "strict": [2, "never"]

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