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

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
2
Versions
4214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/parser - npm Package Compare versions

Comparing version

to
8.32.2-alpha.9

23

package.json
{
"name": "@typescript-eslint/parser",
"version": "8.32.2-alpha.8",
"version": "8.32.2-alpha.9",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -42,8 +42,9 @@ "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"
},

@@ -55,6 +56,6 @@ "peerDependencies": {

"dependencies": {
"@typescript-eslint/scope-manager": "8.32.2-alpha.8",
"@typescript-eslint/types": "8.32.2-alpha.8",
"@typescript-eslint/typescript-estree": "8.32.2-alpha.8",
"@typescript-eslint/visitor-keys": "8.32.2-alpha.8",
"@typescript-eslint/scope-manager": "8.32.2-alpha.9",
"@typescript-eslint/types": "8.32.2-alpha.9",
"@typescript-eslint/typescript-estree": "8.32.2-alpha.9",
"@typescript-eslint/visitor-keys": "8.32.2-alpha.9",
"debug": "^4.3.4"

@@ -72,3 +73,9 @@ },

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