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

typescript-eslint

Package Overview
Dependencies
Maintainers
1
Versions
921
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

to
8.32.2-alpha.9

21

package.json
{
"name": "typescript-eslint",
"version": "8.32.2-alpha.8",
"version": "8.32.2-alpha.9",
"description": "Tooling which enables you to use TypeScript with ESLint",

@@ -45,13 +45,14 @@ "files": [

"scripts": {
"build": "tsc -b tsconfig.build.json",
"//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.",
"build": "yarn run -BT nx build",
"clean": "rimraf dist/ coverage/",
"format": "yarn run -T format",
"lint": "yarn run -BT nx lint",
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
"check-types": "yarn run -BT nx typecheck"
"test": "yarn run -BT nx test",
"typecheck": "yarn run -BT nx typecheck"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.32.2-alpha.8",
"@typescript-eslint/parser": "8.32.2-alpha.8",
"@typescript-eslint/utils": "8.32.2-alpha.8"
"@typescript-eslint/eslint-plugin": "8.32.2-alpha.9",
"@typescript-eslint/parser": "8.32.2-alpha.9",
"@typescript-eslint/utils": "8.32.2-alpha.9"
},

@@ -71,3 +72,9 @@ "peerDependencies": {

"url": "https://opencollective.com/typescript-eslint"
},
"nx": {
"name": "typescript-eslint",
"includedScripts": [
"clean"
]
}
}