Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
1
Versions
3104
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 4.1.2-alpha.1 to 4.1.2-alpha.2

4

dist/referencer/TypeVisitor.js

@@ -82,4 +82,6 @@ "use strict";

__classPrivateFieldGet(this, _referencer).scopeManager.nestConditionalTypeScope(node);
this.visitChildren(node);
// type parameters inferred in the condition clause are not accessible within the false branch
this.visitChildren(node, ['falseType']);
__classPrivateFieldGet(this, _referencer).close(node);
this.visit(node.falseType);
}

@@ -86,0 +88,0 @@ TSConstructorType(node) {

{
"name": "@typescript-eslint/scope-manager",
"version": "4.1.2-alpha.1+33522b43",
"version": "4.1.2-alpha.2+4f660fd3",
"description": "TypeScript scope analyser for ESLint",

@@ -42,8 +42,8 @@ "keywords": [

"dependencies": {
"@typescript-eslint/types": "4.1.2-alpha.1+33522b43",
"@typescript-eslint/visitor-keys": "4.1.2-alpha.1+33522b43"
"@typescript-eslint/types": "4.1.2-alpha.2+4f660fd3",
"@typescript-eslint/visitor-keys": "4.1.2-alpha.2+4f660fd3"
},
"devDependencies": {
"@types/glob": "*",
"@typescript-eslint/typescript-estree": "4.1.2-alpha.1+33522b43",
"@typescript-eslint/typescript-estree": "4.1.2-alpha.2+4f660fd3",
"glob": "*",

@@ -68,3 +68,3 @@ "jest-specific-snapshot": "*",

},
"gitHead": "33522b4399b0566d893e08677e8579bc173efb4d"
"gitHead": "4f660fd31acbb88b30719f925dcb2b3022cc2bab"
}

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