Socket
Socket
Sign inDemoInstall

eslint-config-kinvey-platform

Package Overview
Dependencies
13
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

3

CHANGELOG.md
# Changelog
## 0.1.6
* Disable no-plusplus rule
## 0.1.5

@@ -4,0 +7,0 @@ * Disable no-use-before-define rule for functions

4

kinvey-rules.js

@@ -496,3 +496,3 @@ module.exports = {

"no-new-object": "error",
"no-plusplus": "error",
"no-plusplus": "off",
"no-restricted-syntax": [

@@ -885,2 +885,2 @@ "warn",

}
};
};
{
"name": "eslint-config-kinvey-platform",
"license": "Apache-2.0",
"version": "0.1.5",
"version": "0.1.6",
"description": "ESLint Profile for the Kinvey Platform",

@@ -6,0 +6,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc