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

@rimbu/hashed

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/hashed - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

16

dist/types/map/interface/index.d.ts

@@ -10,9 +10,9 @@ import type { RMap } from '@rimbu/collection-types';

* In the Map, each key has exactly one value, and the Map cannot contain
* duplicate keys.<br/>
* - The `HashMap` uses the context's `hasher` instance to hash keys for performance.<br/>
* - The `HashMap` uses the context's `eq` function to determine equivalence between keys.<br/>
*
* duplicate keys.
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/map/HashMap/interface)
* @typeparam K - the key type
* @typeparam V - the value type
* @note
* - The `HashMap` uses the context's `hasher` instance to hash keys for performance.<br/>
* - The `HashMap` uses the context's `eq` function to determine equivalence between keys.
* @example

@@ -30,7 +30,7 @@ * ```ts

* In the Map, each key has exactly one value, and the Map cannot contain
* duplicate keys.<br/>
* duplicate keys.
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/map/HashMap/interface)
* @note
* - The `HashMap` uses the context's `hasher` instance to hash keys for performance.<br/>
* - The `HashMap` uses the context's `eq` function to determine equivalence between keys.<br/>
*
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/map/HashMap/interface)
* - The `HashMap` uses the context's `eq` function to determine equivalence between keys.
* @typeparam K - the key type

@@ -37,0 +37,0 @@ * @typeparam V - the value type

{
"name": "@rimbu/hashed",
"version": "0.9.6",
"version": "0.9.7",
"description": "Immutable HashMap and HashSet implementations for TypeScript",

@@ -112,3 +112,3 @@ "keywords": [

"@rimbu/common": "*",
"@rimbu/list": "^0.12.2",
"@rimbu/list": "^0.12.3",
"@rimbu/stream": "^0.13.6",

@@ -127,3 +127,3 @@ "tslib": "^2.5.0"

},
"gitHead": "5400f8471bdfc7a227f7defc4a3942bdf3ff1423"
"gitHead": "52f177b0dbaf4cea4a0cd70e9d4e91ae1fee8891"
}

@@ -14,9 +14,9 @@ import type { RMap } from '@rimbu/collection-types';

* In the Map, each key has exactly one value, and the Map cannot contain
* duplicate keys.<br/>
* - The `HashMap` uses the context's `hasher` instance to hash keys for performance.<br/>
* - The `HashMap` uses the context's `eq` function to determine equivalence between keys.<br/>
*
* duplicate keys.
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/map/HashMap/interface)
* @typeparam K - the key type
* @typeparam V - the value type
* @note
* - The `HashMap` uses the context's `hasher` instance to hash keys for performance.<br/>
* - The `HashMap` uses the context's `eq` function to determine equivalence between keys.
* @example

@@ -34,7 +34,7 @@ * ```ts

* In the Map, each key has exactly one value, and the Map cannot contain
* duplicate keys.<br/>
* duplicate keys.
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/map/HashMap/interface)
* @note
* - The `HashMap` uses the context's `hasher` instance to hash keys for performance.<br/>
* - The `HashMap` uses the context's `eq` function to determine equivalence between keys.<br/>
*
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/map/HashMap/interface)
* - The `HashMap` uses the context's `eq` function to determine equivalence between keys.
* @typeparam K - the key type

@@ -41,0 +41,0 @@ * @typeparam V - the value type

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