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 5.0.0 to 6.0.0

12

CHANGES.md

@@ -0,1 +1,13 @@

2016-11-30, Version 6.0.0
=========================
* Add parser option for ES6 (Simon Ho)
* Put issues tab back (siddhipai)
* Fix issues redirection in package.json (Siddhi Pai)
* Remove issues warning from README.md (Siddhi Pai)
2016-11-15, Version 5.0.0

@@ -2,0 +14,0 @@ =========================

3

eslint.json

@@ -6,2 +6,5 @@ {

},
"parserOptions": {
"ecmaVersion": 6
},
"rules": {

@@ -8,0 +11,0 @@ "comma-dangle": ["error", "always-multiline"],

4

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

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

"bugs": {
"url": "https://github.com/strongloop/loopback/issues"
"url": "https://github.com/strongloop/eslint-config-loopback/issues"
},
"homepage": "https://github.com/strongloop/eslint-config-loopback"
}

@@ -1,5 +0,1 @@

**PLEASE CREATE ISSUES AT https://github.com/strongloop/loopback/issues**
---
# eslint-config-loopback

@@ -6,0 +2,0 @@

Sorry, the diff of this file is not supported yet

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