🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
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.1.2

src/set-array.ts

20

package.json
{
"name": "@jridgewell/set-array",
"version": "1.1.1",
"version": "1.1.2",
"description": "Like a Set, but provides the index of the `key` in the backing array",

@@ -13,12 +13,16 @@ "keywords": [],

"exports": {
".": {
"types": "./dist/types/set-array.d.ts",
"browser": "./dist/set-array.umd.js",
"require": "./dist/set-array.umd.js",
"import": "./dist/set-array.mjs"
},
".": [
{
"types": "./dist/types/set-array.d.ts",
"browser": "./dist/set-array.umd.js",
"require": "./dist/set-array.umd.js",
"import": "./dist/set-array.mjs"
},
"./dist/set-array.umd.js"
],
"./package.json": "./package.json"
},
"files": [
"dist"
"dist",
"src"
],

@@ -25,0 +29,0 @@ "engines": {

dist/set-array.mjs.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet