🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@typescript-eslint/type-utils

Package Overview
Dependencies
Maintainers
2
Versions
2955
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
8.29.2-alpha.5
to
8.29.2-alpha.6
+5
-15
package.json
{
"name": "@typescript-eslint/type-utils",
"version": "8.29.2-alpha.5",
"version": "8.29.2-alpha.6",
"description": "Type utilities for working with TypeScript + ESLint together",

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

"!*.tsbuildinfo",
"_ts4.3",
"package.json",

@@ -42,5 +41,4 @@ "README.md",

"build": "tsc -b tsconfig.build.json",
"postbuild": "downlevel-dts dist _ts4.3/dist --to=4.3",
"clean": "tsc -b tsconfig.build.json --clean",
"postclean": "rimraf dist/ _ts4.3/ coverage/",
"postclean": "rimraf dist/ coverage/",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",

@@ -52,4 +50,4 @@ "lint": "npx nx lint",

"dependencies": {
"@typescript-eslint/typescript-estree": "8.29.2-alpha.5",
"@typescript-eslint/utils": "8.29.2-alpha.5",
"@typescript-eslint/typescript-estree": "8.29.2-alpha.6",
"@typescript-eslint/utils": "8.29.2-alpha.6",
"debug": "^4.3.4",

@@ -63,6 +61,5 @@ "ts-api-utils": "^2.0.1"

"devDependencies": {
"@typescript-eslint/parser": "8.29.2-alpha.5",
"@typescript-eslint/parser": "8.29.2-alpha.6",
"@vitest/coverage-v8": "^3.1.1",
"ajv": "^6.12.6",
"downlevel-dts": "*",
"prettier": "^3.2.5",

@@ -76,10 +73,3 @@ "rimraf": "*",

"url": "https://opencollective.com/typescript-eslint"
},
"typesVersions": {
"<4.7": {
"*": [
"_ts4.3/*"
]
}
}
}