Socket
Socket
Sign inDemoInstall

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
0
Versions
3076
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 7.13.2-alpha.2 to 7.13.2-alpha.3

dist/lib/es2023.intl.d.ts

3

dist/analyze.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.analyze = void 0;
exports.analyze = analyze;
const visitor_keys_1 = require("@typescript-eslint/visitor-keys");

@@ -40,3 +40,2 @@ const referencer_1 = require("./referencer");

}
exports.analyze = analyze;
//# sourceMappingURL=analyze.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.assert = void 0;
exports.assert = assert;
// the base assert module doesn't use ts assertion syntax

@@ -10,3 +10,2 @@ function assert(value, message) {

}
exports.assert = assert;
//# sourceMappingURL=assert.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.resetIds = exports.createIdGenerator = void 0;
exports.createIdGenerator = createIdGenerator;
exports.resetIds = resetIds;
const ID_CACHE = new Map();

@@ -16,7 +17,5 @@ let NEXT_KEY = 0;

}
exports.createIdGenerator = createIdGenerator;
function resetIds() {
ID_CACHE.clear();
}
exports.resetIds = resetIds;
//# sourceMappingURL=ID.js.map

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

FileSystemDirectoryHandle: base_config_1.TYPE,
ReadableStream: base_config_1.TYPE,
};
//# sourceMappingURL=dom.asynciterable.js.map

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

exports.dom_iterable = {
AbortSignal: base_config_1.TYPE,
AudioParam: base_config_1.TYPE,

@@ -23,2 +24,3 @@ AudioParamMap: base_config_1.TYPE,

CanvasPathDrawingStyles: base_config_1.TYPE,
CustomStateSet: base_config_1.TYPE,
DOMRectList: base_config_1.TYPE,

@@ -25,0 +27,0 @@ DOMStringList: base_config_1.TYPE,

@@ -22,3 +22,12 @@ "use strict";

StringConstructor: base_config_1.TYPE,
Int8Array: base_config_1.TYPE,
Uint8Array: base_config_1.TYPE,
Uint8ClampedArray: base_config_1.TYPE,
Int16Array: base_config_1.TYPE,
Uint16Array: base_config_1.TYPE,
Int32Array: base_config_1.TYPE,
Uint32Array: base_config_1.TYPE,
Float32Array: base_config_1.TYPE,
Float64Array: base_config_1.TYPE,
};
//# sourceMappingURL=es2015.core.js.map

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

const es2023_collection_1 = require("./es2023.collection");
const es2023_intl_1 = require("./es2023.intl");
exports.es2023 = {

@@ -16,3 +17,4 @@ ...es2022_1.es2022,

...es2023_collection_1.es2023_collection,
...es2023_intl_1.es2023_intl,
};
//# sourceMappingURL=es2023.js.map

@@ -10,16 +10,4 @@ "use strict";

exports.esnext_array = {
Array: base_config_1.TYPE,
ReadonlyArray: base_config_1.TYPE,
Int8Array: base_config_1.TYPE,
Uint8Array: base_config_1.TYPE,
Uint8ClampedArray: base_config_1.TYPE,
Int16Array: base_config_1.TYPE,
Uint16Array: base_config_1.TYPE,
Int32Array: base_config_1.TYPE,
Uint32Array: base_config_1.TYPE,
Float32Array: base_config_1.TYPE,
Float64Array: base_config_1.TYPE,
BigInt64Array: base_config_1.TYPE,
BigUint64Array: base_config_1.TYPE,
ArrayConstructor: base_config_1.TYPE,
};
//# sourceMappingURL=esnext.array.js.map

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

MapConstructor: base_config_1.TYPE,
ReadonlySetLike: base_config_1.TYPE,
Set: base_config_1.TYPE,
ReadonlySet: base_config_1.TYPE,
};
//# sourceMappingURL=esnext.collection.js.map

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

const es2023_1 = require("./es2023");
const esnext_array_1 = require("./esnext.array");
const esnext_collection_1 = require("./esnext.collection");

@@ -16,2 +17,4 @@ const esnext_decorators_1 = require("./esnext.decorators");

const esnext_promise_1 = require("./esnext.promise");
const esnext_regexp_1 = require("./esnext.regexp");
const esnext_string_1 = require("./esnext.string");
exports.esnext = {

@@ -25,3 +28,6 @@ ...es2023_1.es2023,

...esnext_collection_1.esnext_collection,
...esnext_array_1.esnext_array,
...esnext_regexp_1.esnext_regexp,
...esnext_string_1.esnext_string,
};
//# sourceMappingURL=esnext.js.map

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

readonly 'es2023.collection': Record<string, import("..").ImplicitLibVariableOptions>;
readonly 'es2023.intl': Record<string, import("..").ImplicitLibVariableOptions>;
readonly 'esnext.array': Record<string, import("..").ImplicitLibVariableOptions>;

@@ -84,2 +85,3 @@ readonly 'esnext.collection': Record<string, import("..").ImplicitLibVariableOptions>;

readonly 'esnext.object': Record<string, import("..").ImplicitLibVariableOptions>;
readonly 'esnext.regexp': Record<string, import("..").ImplicitLibVariableOptions>;
readonly decorators: Record<string, import("..").ImplicitLibVariableOptions>;

@@ -86,0 +88,0 @@ readonly 'decorators.legacy': Record<string, import("..").ImplicitLibVariableOptions>;

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

const es2023_full_1 = require("./es2023.full");
const es2023_intl_1 = require("./es2023.intl");
const esnext_1 = require("./esnext");

@@ -93,2 +94,3 @@ const esnext_array_1 = require("./esnext.array");

const esnext_promise_1 = require("./esnext.promise");
const esnext_regexp_1 = require("./esnext.regexp");
const esnext_string_1 = require("./esnext.string");

@@ -173,2 +175,3 @@ const esnext_symbol_1 = require("./esnext.symbol");

'es2023.collection': es2023_collection_1.es2023_collection,
'es2023.intl': es2023_intl_1.es2023_intl,
'esnext.array': esnext_array_1.esnext_array,

@@ -186,2 +189,3 @@ 'esnext.collection': esnext_collection_1.esnext_collection,

'esnext.object': esnext_object_1.esnext_object,
'esnext.regexp': esnext_regexp_1.esnext_regexp,
decorators: decorators_1.decorators,

@@ -188,0 +192,0 @@ 'decorators.legacy': decorators_legacy_1.decorators_legacy,

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

FileSystemDirectoryHandle: base_config_1.TYPE,
ReadableStream: base_config_1.TYPE,
};
//# sourceMappingURL=webworker.asynciterable.js.map

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

exports.webworker_iterable = {
AbortSignal: base_config_1.TYPE,
CSSNumericArray: base_config_1.TYPE,

@@ -12,0 +13,0 @@ CSSTransformValue: base_config_1.TYPE,

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

ReadableStreamGetReaderOptions: base_config_1.TYPE,
ReadableStreamIteratorOptions: base_config_1.TYPE,
ReadableStreamReadDoneResult: base_config_1.TYPE,

@@ -102,0 +103,0 @@ ReadableStreamReadValueResult: base_config_1.TYPE,

{
"name": "@typescript-eslint/scope-manager",
"version": "7.13.2-alpha.2",
"version": "7.13.2-alpha.3",
"description": "TypeScript scope analyser for ESLint",

@@ -49,4 +49,4 @@ "files": [

"dependencies": {
"@typescript-eslint/types": "7.13.2-alpha.2",
"@typescript-eslint/visitor-keys": "7.13.2-alpha.2"
"@typescript-eslint/types": "7.13.2-alpha.3",
"@typescript-eslint/visitor-keys": "7.13.2-alpha.3"
},

@@ -56,3 +56,3 @@ "devDependencies": {

"@types/glob": "*",
"@typescript-eslint/typescript-estree": "7.13.2-alpha.2",
"@typescript-eslint/typescript-estree": "7.13.2-alpha.3",
"glob": "*",

@@ -59,0 +59,0 @@ "jest-specific-snapshot": "*",

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

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 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 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 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 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 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 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 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 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

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