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

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
2
Versions
4218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/typescript-estree - npm Package Compare versions

Comparing version

to
8.32.2-alpha.9

19

package.json
{
"name": "@typescript-eslint/typescript-estree",
"version": "8.32.2-alpha.8",
"version": "8.32.2-alpha.9",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -47,12 +47,13 @@ "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/types": "8.32.2-alpha.8",
"@typescript-eslint/visitor-keys": "8.32.2-alpha.8",
"@typescript-eslint/types": "8.32.2-alpha.9",
"@typescript-eslint/visitor-keys": "8.32.2-alpha.9",
"debug": "^4.3.4",

@@ -79,3 +80,9 @@ "fast-glob": "^3.3.2",

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