📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
2
Versions
2487
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.29.2-alpha.6

20

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

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

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

@@ -59,5 +58,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",

@@ -70,5 +68,5 @@ "lint": "npx nx lint",

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "8.29.2-alpha.5",
"@typescript-eslint/types": "8.29.2-alpha.5",
"@typescript-eslint/typescript-estree": "8.29.2-alpha.5"
"@typescript-eslint/scope-manager": "8.29.2-alpha.6",
"@typescript-eslint/types": "8.29.2-alpha.6",
"@typescript-eslint/typescript-estree": "8.29.2-alpha.6"
},

@@ -81,3 +79,2 @@ "peerDependencies": {

"@vitest/coverage-v8": "^3.1.1",
"downlevel-dts": "*",
"prettier": "^3.2.5",

@@ -91,10 +88,3 @@ "rimraf": "*",

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