Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
1
Versions
3110
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.6.2-alpha.3 to 4.6.2-alpha.4

dist/lib/es2020.sharedmemory.d.ts

6

dist/lib/dom.iterable.js

@@ -128,2 +128,8 @@ "use strict";

},
IDBDatabase: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: false,
name: 'IDBDatabase',
},
IDBObjectStore: {

@@ -130,0 +136,0 @@ eslintImplicitGlobalSetting: 'readonly',

5

dist/lib/es2015.iterable.js

@@ -123,7 +123,2 @@ "use strict";

name: 'PromiseConstructor',
}, Reflect: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: true,
name: 'Reflect',
}, String: {

@@ -130,0 +125,0 @@ eslintImplicitGlobalSetting: 'readonly',

3

dist/lib/es2020.js

@@ -10,6 +10,7 @@ "use strict";

const es2020_promise_1 = require("./es2020.promise");
const es2020_sharedmemory_1 = require("./es2020.sharedmemory");
const es2020_string_1 = require("./es2020.string");
const es2020_symbol_wellknown_1 = require("./es2020.symbol.wellknown");
const es2020_intl_1 = require("./es2020.intl");
exports.es2020 = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, es2019_1.es2019), es2020_bigint_1.es2020_bigint), es2020_promise_1.es2020_promise), es2020_string_1.es2020_string), es2020_symbol_wellknown_1.es2020_symbol_wellknown), es2020_intl_1.es2020_intl);
exports.es2020 = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, es2019_1.es2019), es2020_bigint_1.es2020_bigint), es2020_promise_1.es2020_promise), es2020_sharedmemory_1.es2020_sharedmemory), es2020_string_1.es2020_string), es2020_symbol_wellknown_1.es2020_symbol_wellknown), es2020_intl_1.es2020_intl);
//# sourceMappingURL=es2020.js.map

@@ -422,2 +422,26 @@ "use strict";

},
Uppercase: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: false,
name: 'Uppercase',
},
Lowercase: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: false,
name: 'Lowercase',
},
Capitalize: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: false,
name: 'Capitalize',
},
Uncapitalize: {
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: false,
name: 'Uncapitalize',
},
ThisType: {

@@ -424,0 +448,0 @@ eslintImplicitGlobalSetting: 'readonly',

@@ -11,3 +11,4 @@ "use strict";

const esnext_promise_1 = require("./esnext.promise");
exports.esnext = Object.assign(Object.assign(Object.assign(Object.assign({}, es2020_1.es2020), esnext_intl_1.esnext_intl), esnext_string_1.esnext_string), esnext_promise_1.esnext_promise);
const esnext_weakref_1 = require("./esnext.weakref");
exports.esnext = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, es2020_1.es2020), esnext_intl_1.esnext_intl), esnext_string_1.esnext_string), esnext_promise_1.esnext_promise), esnext_weakref_1.esnext_weakref);
//# sourceMappingURL=esnext.js.map

@@ -16,2 +16,3 @@ declare const lib: {

readonly 'webworker.importscripts': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;
readonly 'webworker.iterable': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;
readonly scripthost: Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;

@@ -44,2 +45,3 @@ readonly 'es2015.core': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;

readonly 'es2020.promise': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;
readonly 'es2020.sharedmemory': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;
readonly 'es2020.string': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;

@@ -55,2 +57,3 @@ readonly 'es2020.symbol.wellknown': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;

readonly 'esnext.promise': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;
readonly 'esnext.weakref': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;
readonly 'es2016.full': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;

@@ -57,0 +60,0 @@ readonly 'es2017.full': Record<string, import("../variable/ImplicitLibVariable").ImplicitLibVariableOptions>;

@@ -21,2 +21,3 @@ "use strict";

const webworker_importscripts_1 = require("./webworker.importscripts");
const webworker_iterable_1 = require("./webworker.iterable");
const scripthost_1 = require("./scripthost");

@@ -49,2 +50,3 @@ const es2015_core_1 = require("./es2015.core");

const es2020_promise_1 = require("./es2020.promise");
const es2020_sharedmemory_1 = require("./es2020.sharedmemory");
const es2020_string_1 = require("./es2020.string");

@@ -60,2 +62,3 @@ const es2020_symbol_wellknown_1 = require("./es2020.symbol.wellknown");

const esnext_promise_1 = require("./esnext.promise");
const esnext_weakref_1 = require("./esnext.weakref");
const es2016_full_1 = require("./es2016.full");

@@ -83,2 +86,3 @@ const es2017_full_1 = require("./es2017.full");

'webworker.importscripts': webworker_importscripts_1.webworker_importscripts,
'webworker.iterable': webworker_iterable_1.webworker_iterable,
scripthost: scripthost_1.scripthost,

@@ -111,2 +115,3 @@ 'es2015.core': es2015_core_1.es2015_core,

'es2020.promise': es2020_promise_1.es2020_promise,
'es2020.sharedmemory': es2020_sharedmemory_1.es2020_sharedmemory,
'es2020.string': es2020_string_1.es2020_string,

@@ -122,2 +127,3 @@ 'es2020.symbol.wellknown': es2020_symbol_wellknown_1.es2020_symbol_wellknown,

'esnext.promise': esnext_promise_1.esnext_promise,
'esnext.weakref': esnext_weakref_1.esnext_weakref,
'es2016.full': es2016_full_1.es2016_full,

@@ -124,0 +130,0 @@ 'es2017.full': es2017_full_1.es2017_full,

{
"name": "@typescript-eslint/scope-manager",
"version": "4.6.2-alpha.3+83385ac3",
"version": "4.6.2-alpha.4+2be354bb",
"description": "TypeScript scope analyser for ESLint",

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

"dependencies": {
"@typescript-eslint/types": "4.6.2-alpha.3+83385ac3",
"@typescript-eslint/visitor-keys": "4.6.2-alpha.3+83385ac3"
"@typescript-eslint/types": "4.6.2-alpha.4+2be354bb",
"@typescript-eslint/visitor-keys": "4.6.2-alpha.4+2be354bb"
},
"devDependencies": {
"@types/glob": "*",
"@typescript-eslint/typescript-estree": "4.6.2-alpha.3+83385ac3",
"@typescript-eslint/typescript-estree": "4.6.2-alpha.4+2be354bb",
"glob": "*",

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

},
"gitHead": "83385ac351f45d3bcbd19f72711838e9a8473827"
"gitHead": "2be354bb15f9013a2da1b13a0c0836e9ef057e16"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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