🚀 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
4199
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.0

16

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

@@ -48,4 +48,3 @@ "files": [

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

@@ -57,4 +56,4 @@ "lint": "npx nx lint",

"dependencies": {
"@typescript-eslint/types": "8.31.2-alpha.8",
"@typescript-eslint/visitor-keys": "8.31.2-alpha.8",
"@typescript-eslint/types": "8.32.0",
"@typescript-eslint/visitor-keys": "8.32.0",
"debug": "^4.3.4",

@@ -65,6 +64,7 @@ "fast-glob": "^3.3.2",

"semver": "^7.6.0",
"ts-api-utils": "^2.0.1"
"ts-api-utils": "^2.1.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.1.1",
"@types/is-glob": "^4.0.4",
"@vitest/coverage-v8": "^3.1.2",
"glob": "*",

@@ -74,3 +74,3 @@ "prettier": "^3.2.5",

"typescript": "*",
"vitest": "^3.1.1"
"vitest": "^3.1.2"
},

@@ -77,0 +77,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display