You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
2
Versions
2866
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/utils - npm Package Compare versions

Comparing version
8.56.2-alpha.7
to
8.56.2-alpha.8
+7
-7
package.json
{
"name": "@typescript-eslint/utils",
"version": "8.56.2-alpha.7",
"version": "8.56.2-alpha.8",
"description": "Utilities for working with TypeScript + ESLint together",

@@ -57,5 +57,5 @@ "files": [

"@eslint-community/eslint-utils": "^4.9.1",
"@typescript-eslint/scope-manager": "8.56.2-alpha.7",
"@typescript-eslint/typescript-estree": "8.56.2-alpha.7",
"@typescript-eslint/types": "8.56.2-alpha.7"
"@typescript-eslint/scope-manager": "8.56.2-alpha.8",
"@typescript-eslint/typescript-estree": "8.56.2-alpha.8",
"@typescript-eslint/types": "8.56.2-alpha.8"
},

@@ -68,5 +68,5 @@ "peerDependencies": {

"@vitest/coverage-v8": "^4.0.18",
"eslint": "*",
"rimraf": "*",
"typescript": "*",
"eslint": "^10.0.0",
"rimraf": "^5.0.10",
"typescript": ">=4.8.4 <6.0.0",
"vitest": "^4.0.18"

@@ -73,0 +73,0 @@ },