Socket
Socket
Sign inDemoInstall

hypermap

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "hypermap",
"version": "1.1.0",
"version": "1.1.1",
"description": "Like a BiMap, but with N values instead of pairs",

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

@@ -20,3 +20,3 @@ # HyperMap

### Map.prototype.associate(items...)
### HyperMap.prototype.associate(items...)

@@ -30,3 +30,3 @@ Associates two or more items. Throws if less than two arguments are passed. If

### Map.prototype.disassociate(ref, itemsToRemove...)
### HyperMap.prototype.disassociate(ref, itemsToRemove...)

@@ -39,7 +39,7 @@ Disassociate items. Selects an association based on `ref`, then removes items

### Map.prototype.get(ref)
### HyperMap.prototype.get(ref)
Returns the association that contains `ref`, as a `Set`, or `undefined` if not found.
### Map.prototype.has(ref)
### HyperMap.prototype.has(ref)

@@ -46,0 +46,0 @@ Returns a boolean indicating whether `ref` is in the `HyperMap`.

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