Socket
Socket
Sign inDemoInstall

typescript-eslint

Package Overview
Dependencies
Maintainers
1
Versions
557
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-eslint - npm Package Compare versions

Comparing version 7.3.2-alpha.10 to 7.3.2-alpha.11

4

dist/configs/all.js

@@ -99,4 +99,2 @@ "use strict";

'@typescript-eslint/no-this-alias': 'error',
'no-throw-literal': 'off',
'@typescript-eslint/no-throw-literal': 'error',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',

@@ -128,2 +126,4 @@ '@typescript-eslint/no-unnecessary-condition': 'error',

'@typescript-eslint/non-nullable-type-assertion-style': 'error',
'no-throw-literal': 'off',
'@typescript-eslint/only-throw-error': 'error',
'@typescript-eslint/parameter-properties': 'error',

@@ -130,0 +130,0 @@ '@typescript-eslint/prefer-as-const': 'error',

@@ -42,2 +42,3 @@ "use strict";

'@typescript-eslint/non-nullable-type-assertion-style': 'off',
'@typescript-eslint/only-throw-error': 'off',
'@typescript-eslint/prefer-destructuring': 'off',

@@ -44,0 +45,0 @@ '@typescript-eslint/prefer-find': 'off',

@@ -32,4 +32,2 @@ "use strict";

'@typescript-eslint/no-redundant-type-constituents': 'error',
'no-throw-literal': 'off',
'@typescript-eslint/no-throw-literal': 'error',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',

@@ -46,2 +44,4 @@ '@typescript-eslint/no-unnecessary-condition': 'error',

'@typescript-eslint/no-useless-template-literals': 'error',
'no-throw-literal': 'off',
'@typescript-eslint/only-throw-error': 'error',
'@typescript-eslint/prefer-includes': 'error',

@@ -48,0 +48,0 @@ 'prefer-promise-reject-errors': 'off',

@@ -53,4 +53,2 @@ "use strict";

'@typescript-eslint/no-this-alias': 'error',
'no-throw-literal': 'off',
'@typescript-eslint/no-throw-literal': 'error',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',

@@ -74,2 +72,4 @@ '@typescript-eslint/no-unnecessary-condition': 'error',

'@typescript-eslint/no-var-requires': 'error',
'no-throw-literal': 'off',
'@typescript-eslint/only-throw-error': 'error',
'@typescript-eslint/prefer-as-const': 'error',

@@ -76,0 +76,0 @@ '@typescript-eslint/prefer-includes': 'error',

{
"name": "typescript-eslint",
"version": "7.3.2-alpha.10",
"version": "7.3.2-alpha.11",
"description": "Tooling which enables you to use TypeScript with ESLint",

@@ -57,5 +57,5 @@ "files": [

"dependencies": {
"@typescript-eslint/eslint-plugin": "7.3.2-alpha.10",
"@typescript-eslint/parser": "7.3.2-alpha.10",
"@typescript-eslint/utils": "7.3.2-alpha.10"
"@typescript-eslint/eslint-plugin": "7.3.2-alpha.11",
"@typescript-eslint/parser": "7.3.2-alpha.11",
"@typescript-eslint/utils": "7.3.2-alpha.11"
},

@@ -62,0 +62,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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