Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
1
Versions
3168
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 3.8.1-alpha.0 to 3.8.1-alpha.1

1

dist/referencer/TypeVisitor.d.ts

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

protected TSMethodSignature(node: TSESTree.TSMethodSignature): void;
protected TSNamedTupleMember(node: TSESTree.TSNamedTupleMember): void;
protected TSPropertySignature(node: TSESTree.TSPropertySignature): void;

@@ -23,0 +24,0 @@ protected TSQualifiedName(node: TSESTree.TSQualifiedName): void;

@@ -119,2 +119,6 @@ "use strict";

}
TSNamedTupleMember(node) {
this.visit(node.elementType);
// we don't visit the label as the label only exists for the purposes of documentation
}
TSPropertySignature(node) {

@@ -121,0 +125,0 @@ this.visitPropertyKey(node);

10

package.json
{
"name": "@typescript-eslint/scope-manager",
"version": "3.8.1-alpha.0+522277d7",
"version": "3.8.1-alpha.1+00d84ffb",
"description": "TypeScript scope analyser for ESLint",

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

"dependencies": {
"@typescript-eslint/types": "3.8.1-alpha.0+522277d7",
"@typescript-eslint/visitor-keys": "3.8.1-alpha.0+522277d7"
"@typescript-eslint/types": "3.8.1-alpha.1+00d84ffb",
"@typescript-eslint/visitor-keys": "3.8.1-alpha.1+00d84ffb"
},
"devDependencies": {
"@typescript-eslint/typescript-estree": "3.8.1-alpha.0+522277d7",
"@typescript-eslint/typescript-estree": "3.8.1-alpha.1+00d84ffb",
"glob": "*",

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

},
"gitHead": "522277d74d15467b9a1ec29fcd0f4eec0b0aaa9d"
"gitHead": "00d84ffbcbe9d0ec98bdb2f2ce59959a27ce4dbe"
}

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