🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@jridgewell/set-array

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jridgewell/set-array - npm Package Compare versions

Comparing version

to
1.2.1

2

dist/types/set-array.d.ts

@@ -10,3 +10,3 @@ declare type Key = string | number | symbol;

*/
export declare class SetArray<T extends Key> {
export declare class SetArray<T extends Key = Key> {
private _indexes;

@@ -13,0 +13,0 @@ array: readonly T[];

{
"name": "@jridgewell/set-array",
"version": "1.2.0",
"version": "1.2.1",
"description": "Like a Set, but provides the index of the `key` in the backing array",

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet