Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
2
Versions
3076
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 7.12.1-alpha.8 to 7.12.1-alpha.9

1

dist/referencer/ClassVisitor.d.ts

@@ -25,2 +25,3 @@ import type { TSESTree } from '@typescript-eslint/types';

protected PrivateIdentifier(): void;
protected TSIndexSignature(node: TSESTree.TSIndexSignature): void;
protected StaticBlock(node: TSESTree.StaticBlock): void;

@@ -27,0 +28,0 @@ }

@@ -236,2 +236,5 @@ "use strict";

}
TSIndexSignature(node) {
this.visitType(node);
}
StaticBlock(node) {

@@ -238,0 +241,0 @@ __classPrivateFieldGet(this, _ClassVisitor_referencer, "f").scopeManager.nestClassStaticBlockScope(node);

8

package.json
{
"name": "@typescript-eslint/scope-manager",
"version": "7.12.1-alpha.8",
"version": "7.12.1-alpha.9",
"description": "TypeScript scope analyser for ESLint",

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

"dependencies": {
"@typescript-eslint/types": "7.12.1-alpha.8",
"@typescript-eslint/visitor-keys": "7.12.1-alpha.8"
"@typescript-eslint/types": "7.12.1-alpha.9",
"@typescript-eslint/visitor-keys": "7.12.1-alpha.9"
},

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

"@types/glob": "*",
"@typescript-eslint/typescript-estree": "7.12.1-alpha.8",
"@typescript-eslint/typescript-estree": "7.12.1-alpha.9",
"glob": "*",

@@ -59,0 +59,0 @@ "jest-specific-snapshot": "*",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc