🚀 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.6

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

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

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

@@ -50,5 +49,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 && rimraf _ts4.3 && rimraf coverage",
"postclean": "rimraf dist/ coverage/",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",

@@ -60,4 +58,4 @@ "lint": "npx nx lint",

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

@@ -85,10 +83,3 @@ "fast-glob": "^3.3.2",

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