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
3184
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.0.0-alpha.7 to 4.0.0-alpha.10

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": "4.0.0-alpha.7+5ab473c0",
"version": "4.0.0-alpha.10+e925538a",
"description": "TypeScript scope analyser for ESLint",

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

"dependencies": {
"@typescript-eslint/types": "4.0.0-alpha.7+5ab473c0",
"@typescript-eslint/visitor-keys": "4.0.0-alpha.7+5ab473c0"
"@typescript-eslint/types": "4.0.0-alpha.10+e925538a",
"@typescript-eslint/visitor-keys": "4.0.0-alpha.10+e925538a"
},
"devDependencies": {
"@typescript-eslint/typescript-estree": "4.0.0-alpha.7+5ab473c0",
"@typescript-eslint/typescript-estree": "4.0.0-alpha.10+e925538a",
"glob": "*",

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

},
"gitHead": "5ab473c07d43da70ddf8827efc8678c376fb15ab"
"gitHead": "e925538a9620ffd6e302bfa4bfd008f453a24d00"
}

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