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

eslint-config-tui

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tui - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

4

package.json
{
"name": "eslint-config-tui",
"version": "1.0.3",
"version": "2.0.0",
"description": "ESLint sharable config for TUI components",

@@ -10,3 +10,3 @@ "main": "index.js",

"peerDependencies": {
"eslint": ">= 4"
"eslint": ">= 5"
},

@@ -13,0 +13,0 @@ "repository": {

@@ -49,2 +49,3 @@ module.exports = {

'no-self-compare': 2,
'no-self-assign': [2, {'props': true}],
'no-sequences': 2,

@@ -51,0 +52,0 @@ 'no-throw-literal': 2,

@@ -30,2 +30,3 @@ module.exports = {

'no-regex-spaces': 2,
'no-misleading-character-class': 2,
'no-sparse-arrays': 2,

@@ -32,0 +33,0 @@ 'no-template-curly-in-string': 2,

@@ -23,2 +23,3 @@ module.exports = {

'no-var': 2,
'no-async-promise-executor': 2,
'object-shorthand': [2, 'always', {'avoidQuotes': true}],

@@ -36,2 +37,3 @@ 'prefer-arrow-callback': [2, {'allowUnboundThis': false, 'allowNamedFunctions': true}],

'require-yield': 2,
'require-atomic-updates': 2,
'rest-spread-spacing': [2, 'never'],

@@ -38,0 +40,0 @@ 'sort-imports': 0,

@@ -35,2 +35,3 @@ module.exports = {

'max-statements': 0,
'max-lines-per-function': 0,
'multiline-ternary': 0,

@@ -73,2 +74,3 @@ 'new-cap': 2,

'require-jsdoc': 1,
'require-unicode-regexp': 0,
'semi': 2,

@@ -75,0 +77,0 @@ 'semi-spacing': [2, {'before': false, 'after': true}],

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