🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@typescript-eslint/type-utils

Package Overview
Dependencies
Maintainers
2
Versions
2575
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/type-utils - npm Package Compare versions

Comparing version

to
8.35.2-alpha.0

16

package.json
{
"name": "@typescript-eslint/type-utils",
"version": "8.35.1",
"version": "8.35.2-alpha.0",
"description": "Type utilities for working with TypeScript + ESLint together",

@@ -39,3 +39,2 @@ "files": [

"scripts": {
"//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.",
"build": "yarn run -BT nx build",

@@ -49,4 +48,4 @@ "clean": "rimraf dist/ coverage/",

"dependencies": {
"@typescript-eslint/typescript-estree": "8.35.1",
"@typescript-eslint/utils": "8.35.1",
"@typescript-eslint/typescript-estree": "8.35.2-alpha.0",
"@typescript-eslint/utils": "8.35.2-alpha.0",
"debug": "^4.3.4",

@@ -60,3 +59,3 @@ "ts-api-utils": "^2.1.0"

"devDependencies": {
"@typescript-eslint/parser": "8.35.1",
"@typescript-eslint/parser": "8.35.2-alpha.0",
"@vitest/coverage-v8": "^3.1.3",

@@ -77,4 +76,9 @@ "ajv": "^6.12.6",

"clean"
]
],
"targets": {
"lint": {
"command": "eslint"
}
}
}
}