Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
2
Versions
4557
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
8.56.2-alpha.0
to
8.56.2-alpha.1
+7
-7
package.json
{
"name": "@typescript-eslint/parser",
"version": "8.56.2-alpha.0",
"version": "8.56.2-alpha.1",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -47,9 +47,9 @@ "files": [

"debug": "^4.4.3",
"@typescript-eslint/scope-manager": "8.56.2-alpha.0",
"@typescript-eslint/types": "8.56.2-alpha.0",
"@typescript-eslint/typescript-estree": "8.56.2-alpha.0",
"@typescript-eslint/visitor-keys": "8.56.2-alpha.0"
"@typescript-eslint/scope-manager": "8.56.2-alpha.1",
"@typescript-eslint/types": "8.56.2-alpha.1",
"@typescript-eslint/typescript-estree": "8.56.2-alpha.1",
"@typescript-eslint/visitor-keys": "8.56.2-alpha.1"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.2.4",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "*",

@@ -59,3 +59,3 @@ "glob": "*",

"typescript": "*",
"vitest": "^3.2.4"
"vitest": "^4.0.18"
},

@@ -62,0 +62,0 @@ "funding": {

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