Socket
Socket
Sign inDemoInstall

array-indexer

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

test.ts

2

index.js

@@ -8,3 +8,3 @@ module.exports = index;

* @param {string[]} fieldList
* @return { {[k in typeof fieldList[number]]: T[]} }
* @return { {[k in typeof fieldList[number]]: {[k:string]: T[]}} }
*/

@@ -11,0 +11,0 @@ function index (array, fieldList) {

{
"name": "array-indexer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create indexes based on arrays of objects",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc