Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

many-keys-map

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

many-keys-map - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

package.json
{
"name": "many-keys-map",
"version": "2.0.0",
"version": "2.0.1",
"description": "A `Map` subclass with support for multiple keys for one entry.",

@@ -20,2 +20,5 @@ "keywords": [

"type": "module",
"exports": "./index.js",
"main": "./index.js",
"types": "./index.d.ts",
"files": [

@@ -22,0 +25,0 @@ "index.d.ts",

2

readme.md

@@ -8,3 +8,3 @@ # many-keys-map [![(size)][badge-gzip]](#no-link)

A `ManyKeysMap` object is identical to a regular `Map`, which the exception that it only supports a _sequence of keys_ as key, instead of a single key. This will let you attach a value to a specific combination of keys, instead of a single key.
A `ManyKeysMap` object is identical to a regular `Map`, with the exception that it only supports a _sequence of keys_ as key, instead of a single key. This will let you attach a value to a specific combination of keys, instead of a single key.

@@ -11,0 +11,0 @@ ```js

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