Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
0
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.13.2-alpha.8 to 7.13.2-alpha.9

2

dist/referencer/Referencer.js

@@ -495,3 +495,3 @@ "use strict";

TSModuleDeclaration(node) {
if (node.id.type === types_1.AST_NODE_TYPES.Identifier && !node.global) {
if (node.id.type === types_1.AST_NODE_TYPES.Identifier && node.kind !== 'global') {
this.currentScope().defineIdentifier(node.id, new definition_1.TSModuleNameDefinition(node.id, node));

@@ -498,0 +498,0 @@ }

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

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

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

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

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

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

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