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

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
2
Versions
2511
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

to
8.32.2-alpha.8

18

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

@@ -57,14 +57,13 @@ "files": [

"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
"postclean": "rimraf dist/ coverage/",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
"lint": "npx nx lint",
"clean": "rimraf dist/ coverage/",
"format": "yarn run -T format",
"lint": "yarn run -BT nx lint",
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
"check-types": "npx nx typecheck"
"check-types": "yarn run -BT nx typecheck"
},
"dependencies": {
"@eslint-community/eslint-utils": "^4.7.0",
"@typescript-eslint/scope-manager": "8.32.2-alpha.7",
"@typescript-eslint/types": "8.32.2-alpha.7",
"@typescript-eslint/typescript-estree": "8.32.2-alpha.7"
"@typescript-eslint/scope-manager": "8.32.2-alpha.8",
"@typescript-eslint/types": "8.32.2-alpha.8",
"@typescript-eslint/typescript-estree": "8.32.2-alpha.8"
},

@@ -77,3 +76,2 @@ "peerDependencies": {

"@vitest/coverage-v8": "^3.1.3",
"prettier": "^3.2.5",
"rimraf": "*",

@@ -80,0 +78,0 @@ "typescript": "*",