New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-iplayer-legacy

Package Overview
Dependencies
Maintainers
13
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-iplayer-legacy - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

2

package.json
{
"name": "eslint-config-iplayer-legacy",
"version": "1.1.0",
"version": "2.0.0",
"description": "Eslint config for iPlayer legacy JavaScript",

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

@@ -6,3 +6,2 @@ # eslint-config-iplayer-legacy

## Notable rule exceptions
* 2-space indentation is only set as a warning
* Warns when cyclomatic complex exceeds 5

@@ -9,0 +8,0 @@ * 'use strict' is only set as a warning

@@ -8,13 +8,2 @@ 'use strict';

complexity: [1, 5],
// indenting is only set as a warning
// http://eslint.org/docs/rules/indent
indent: [
1,
2,
{
SwitchCase: 1,
VariableDeclarator: 1,
MemberExpression: 1
}
],
// allows var

@@ -21,0 +10,0 @@ // https://eslint.org/docs/rules/no-var

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