Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
1
Versions
3099
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.2-alpha.8 to 4.0.2-alpha.9

2

dist/definition/ImportBindingDefinition.d.ts

@@ -8,5 +8,5 @@ import { TSESTree } from '@typescript-eslint/types';

readonly isTypeDefinition = true;
readonly isVariableDefinition: boolean;
readonly isVariableDefinition = true;
}
export { ImportBindingDefinition };
//# sourceMappingURL=ImportBindingDefinition.d.ts.map

@@ -10,8 +10,3 @@ "use strict";

this.isTypeDefinition = true;
if ('importKind' in this.parent && this.parent.importKind === 'type') {
this.isVariableDefinition = false;
}
else {
this.isVariableDefinition = true;
}
this.isVariableDefinition = true;
}

@@ -18,0 +13,0 @@ }

{
"name": "@typescript-eslint/scope-manager",
"version": "4.0.2-alpha.8+a40f54c3",
"version": "4.0.2-alpha.9+916e95a5",
"description": "TypeScript scope analyser for ESLint",

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

"dependencies": {
"@typescript-eslint/types": "4.0.2-alpha.8+a40f54c3",
"@typescript-eslint/visitor-keys": "4.0.2-alpha.8+a40f54c3"
"@typescript-eslint/types": "4.0.2-alpha.9+916e95a5",
"@typescript-eslint/visitor-keys": "4.0.2-alpha.9+916e95a5"
},
"devDependencies": {
"@types/glob": "*",
"@typescript-eslint/typescript-estree": "4.0.2-alpha.8+a40f54c3",
"@typescript-eslint/typescript-estree": "4.0.2-alpha.9+916e95a5",
"glob": "*",

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

},
"gitHead": "a40f54c39d59096a0d12a492807dcd52fbcdc384"
"gitHead": "916e95a505689746dda38a67148c95cc7d207d9f"
}

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