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

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
2
Versions
4194
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.29.2-alpha.6

22

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

@@ -8,3 +8,2 @@ "files": [

"!*.tsbuildinfo",
"_ts4.3",
"README.md",

@@ -45,5 +44,4 @@ "LICENSE"

"build": "tsc -b tsconfig.build.json",
"postbuild": "downlevel-dts dist _ts4.3/dist --to=4.3",
"clean": "tsc -b tsconfig.build.json --clean",
"postclean": "rimraf dist/ _ts4.3/ coverage/",
"postclean": "rimraf dist/ coverage/",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",

@@ -59,6 +57,6 @@ "lint": "npx nx lint",

"dependencies": {
"@typescript-eslint/scope-manager": "8.29.2-alpha.5",
"@typescript-eslint/types": "8.29.2-alpha.5",
"@typescript-eslint/typescript-estree": "8.29.2-alpha.5",
"@typescript-eslint/visitor-keys": "8.29.2-alpha.5",
"@typescript-eslint/scope-manager": "8.29.2-alpha.6",
"@typescript-eslint/types": "8.29.2-alpha.6",
"@typescript-eslint/typescript-estree": "8.29.2-alpha.6",
"@typescript-eslint/visitor-keys": "8.29.2-alpha.6",
"debug": "^4.3.4"

@@ -68,3 +66,2 @@ },

"@vitest/coverage-v8": "^3.1.1",
"downlevel-dts": "*",
"glob": "*",

@@ -79,10 +76,3 @@ "prettier": "^3.2.5",

"url": "https://opencollective.com/typescript-eslint"
},
"typesVersions": {
"<4.7": {
"*": [
"_ts4.3/*"
]
}
}
}