Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
1
Versions
3082
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.14.2-alpha.0 to 4.14.2-alpha.1

8

dist/referencer/ClassVisitor.js

@@ -232,4 +232,8 @@ "use strict";

if (withDecorators) {
return __classPrivateFieldGet(this, _referencer).currentScope()
.referenceDualValueType(identifier);
__classPrivateFieldGet(this, _referencer).currentScope().referenceDualValueType(identifier);
if (node.typeAnnotation.typeParameters) {
this.visitType(node.typeAnnotation.typeParameters);
}
// everything is handled now
return;
}

@@ -236,0 +240,0 @@ }

{
"name": "@typescript-eslint/scope-manager",
"version": "4.14.2-alpha.0+957523c3",
"version": "4.14.2-alpha.1+7b701a30",
"description": "TypeScript scope analyser for ESLint",

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

"dependencies": {
"@typescript-eslint/types": "4.14.2-alpha.0+957523c3",
"@typescript-eslint/visitor-keys": "4.14.2-alpha.0+957523c3"
"@typescript-eslint/types": "4.14.2-alpha.1+7b701a30",
"@typescript-eslint/visitor-keys": "4.14.2-alpha.1+7b701a30"
},
"devDependencies": {
"@types/glob": "*",
"@typescript-eslint/typescript-estree": "4.14.2-alpha.0+957523c3",
"@typescript-eslint/typescript-estree": "4.14.2-alpha.1+7b701a30",
"glob": "*",

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

},
"gitHead": "957523c3c0bd92201c3607c21f30ac0d80bcd912"
"gitHead": "7b701a3091eca0eef5a1e3a7cbcadbabdc54104d"
}

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