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

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
2
Versions
4274
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.35.2-alpha.0

19

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

@@ -42,3 +42,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",

@@ -56,6 +55,6 @@ "clean": "rimraf dist/ coverage/",

"dependencies": {
"@typescript-eslint/scope-manager": "8.35.1",
"@typescript-eslint/types": "8.35.1",
"@typescript-eslint/typescript-estree": "8.35.1",
"@typescript-eslint/visitor-keys": "8.35.1",
"@typescript-eslint/scope-manager": "8.35.2-alpha.0",
"@typescript-eslint/types": "8.35.2-alpha.0",
"@typescript-eslint/typescript-estree": "8.35.2-alpha.0",
"@typescript-eslint/visitor-keys": "8.35.2-alpha.0",
"debug": "^4.3.4"

@@ -65,2 +64,3 @@ },

"@vitest/coverage-v8": "^3.1.3",
"eslint": "*",
"glob": "*",

@@ -79,4 +79,9 @@ "rimraf": "*",

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