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

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
2
Versions
2449
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/utils - npm Package Compare versions

Comparing version

to
8.23.1-alpha.2

8

dist/ts-eslint/Config.d.ts

@@ -177,2 +177,10 @@ import type { Parser as ParserType } from './Parser';

reportUnusedDisableDirectives?: boolean | SharedConfig.Severity | SharedConfig.SeverityString;
/**
* A severity string indicating if and how unused inline directives
* should be tracked and reported.
*
* since ESLint 9.19.0
* @default "off"
*/
reportUnusedInlineConfigs?: SharedConfig.Severity | SharedConfig.SeverityString;
}

@@ -179,0 +187,0 @@ interface LanguageOptions {

8

package.json
{
"name": "@typescript-eslint/utils",
"version": "8.23.1-alpha.1",
"version": "8.23.1-alpha.2",
"description": "Utilities for working with TypeScript + ESLint together",

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

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "8.23.1-alpha.1",
"@typescript-eslint/types": "8.23.1-alpha.1",
"@typescript-eslint/typescript-estree": "8.23.1-alpha.1"
"@typescript-eslint/scope-manager": "8.23.1-alpha.2",
"@typescript-eslint/types": "8.23.1-alpha.2",
"@typescript-eslint/typescript-estree": "8.23.1-alpha.2"
},

@@ -72,0 +72,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet