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

eslint-config-loopback

Package Overview
Dependencies
Maintainers
11
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-loopback - npm Package Compare versions

Comparing version 6.1.0 to 7.0.1

8

CHANGES.md

@@ -0,1 +1,9 @@

2017-01-06, Version 7.0.1
=========================
* func-call-spacing: never (Miroslav Bajtoš)
* spaced-comment: always (Miroslav Bajtoš)
2016-12-14, Version 6.1.0

@@ -2,0 +10,0 @@ =========================

@@ -25,2 +25,3 @@ {

"func-names": 0,
"func-call-spacing": ["error", "never"],
"indent": ["error", 2, {"SwitchCase": 1}],

@@ -53,4 +54,15 @@ "key-spacing": ["error", {"beforeColon": false, "afterColon": true,

"space-infix-ops": ["error", {"int32Hint": false}],
"spaced-comment": ["error", "always", {
"line": {
"markers": ["/"],
"exceptions": ["-"]
},
"block": {
"balanced": true,
"markers": ["!"],
"exceptions": ["*"]
}
}],
"strict": ["error", "global"]
}
}

2

package.json
{
"name": "eslint-config-loopback",
"version": "6.1.0",
"version": "7.0.1",
"description": "ESLint configs for LoopBack projects.",

@@ -5,0 +5,0 @@ "main": "eslint.json",

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