🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
2
Versions
4012
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/scope-manager - npm Package Compare versions

Comparing version
8.64.1-alpha.4
to
8.64.1-alpha.6
+8
-6
package.json
{
"name": "@typescript-eslint/scope-manager",
"version": "8.64.1-alpha.4",
"version": "8.64.1-alpha.6",
"description": "TypeScript scope analyser for ESLint",

@@ -37,4 +37,4 @@ "files": [

"dependencies": {
"@typescript-eslint/visitor-keys": "8.64.1-alpha.4",
"@typescript-eslint/types": "8.64.1-alpha.4"
"@typescript-eslint/visitor-keys": "8.64.1-alpha.6",
"@typescript-eslint/types": "8.64.1-alpha.6"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"vitest": "^4.0.18",
"@typescript-eslint/typescript-estree": "8.64.1-alpha.4"
"@typescript-eslint/typescript-estree": "8.64.1-alpha.6"
},

@@ -67,3 +67,4 @@ "funding": {

},
"typecheck:tsgo": {}
"typecheck:tsgo": {},
"attw-check": {}
}

@@ -80,4 +81,5 @@ },

"typecheck": "pnpm -w exec nx typecheck",
"typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo"
"typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo",
"attw-check": "pnpm -w exec nx attw-check"
}
}