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

eslint-config-planet

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-planet - npm Package Compare versions

Comparing version 4.1.0 to 5.0.0-beta.1

3

config/base.json

@@ -16,2 +16,3 @@ {

"jsx-quotes": 2,
"keyword-spacing": 2,
"no-cond-assign": 2,

@@ -52,3 +53,2 @@ "no-console": 2,

"quotes": [2, "single"],
"space-after-keywords": 2,
"space-before-blocks": 2,

@@ -58,3 +58,2 @@ "space-before-function-paren": [2, "never"],

"space-infix-ops": 2,
"space-return-throw-case": 2,
"space-unary-ops": 2,

@@ -61,0 +60,0 @@ "strict": 0,

{
"name": "eslint-config-planet",
"version": "4.1.0",
"version": "5.0.0-beta.1",
"description": "ESLint config for Planet projects",

@@ -15,6 +15,9 @@ "main": "index.js",

"devDependencies": {
"code": "^1.5.0",
"eslint": "^1.6.0",
"lab": "^6.2.0"
"code": "2.1.0",
"eslint": "2.0.0-beta.3",
"lab": "8.2.0"
},
"eslintConfig": {
"extends": "./config/base.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