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 4.1.0 to 4.2.0

4

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

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

"peerDependencies": {
"eslint": "^7.22.0"
"eslint": "^7.32.0"
},

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

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

'no-floating-decimal': 2,
'no-implicit-coercion': [2, { 'boolean': false }],
'no-implicit-coercion': [2, { 'boolean': false, 'disallowTemplateShorthand': false }],
'no-implied-eval': 2,

@@ -55,3 +55,3 @@ 'no-iterator': 2,

'no-self-assign': [2, { 'props': true }],
'no-sequences': 2,
'no-sequences': [2, { 'allowInParentheses': false }],
'no-throw-literal': 2,

@@ -58,0 +58,0 @@ 'no-unsafe-finally': 2,

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