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

@typescript-eslint/typescript-estree

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.29.2-alpha.9

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

@@ -52,8 +52,8 @@ "files": [

"lint": "npx nx lint",
"test": "jest --runInBand --verbose",
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
"check-types": "npx nx typecheck"
},
"dependencies": {
"@typescript-eslint/types": "8.29.2-alpha.8",
"@typescript-eslint/visitor-keys": "8.29.2-alpha.8",
"@typescript-eslint/types": "8.29.2-alpha.9",
"@typescript-eslint/visitor-keys": "8.29.2-alpha.9",
"debug": "^4.3.4",

@@ -67,9 +67,8 @@ "fast-glob": "^3.3.2",

"devDependencies": {
"@jest/types": "29.6.3",
"@vitest/coverage-v8": "^3.1.1",
"glob": "*",
"jest": "29.7.0",
"prettier": "^3.2.5",
"rimraf": "*",
"tmp": "*",
"typescript": "*"
"typescript": "*",
"vitest": "^3.1.1"
},

@@ -76,0 +75,0 @@ "peerDependencies": {