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

eslint-config-loopback

Package Overview
Dependencies
Maintainers
9
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 3.0.1 to 4.0.0

6

CHANGES.md

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

2016-05-27, Version 4.0.0
=========================
* Require "strict" mode enabled at global level (Miroslav Bajtoš)
2016-05-06, Version 3.0.1

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

3

eslint.json

@@ -46,4 +46,5 @@ {

"space-in-parens": ["error", "never"],
"space-infix-ops": ["error", {"int32Hint": false}]
"space-infix-ops": ["error", {"int32Hint": false}],
"strict": ["error", "global"]
}
}
{
"name": "eslint-config-loopback",
"version": "3.0.1",
"version": "4.0.0",
"description": "ESLint configs for LoopBack projects.",

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

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