Socket
Socket
Sign inDemoInstall

@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.8.21 to 0.8.22

4

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

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

*
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/HashMap/interface)
* 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

@@ -34,3 +34,3 @@ * @typeparam V - the value type

*
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/HashMap/interface)
* 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

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

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

@@ -72,7 +72,7 @@ "keywords": [

"dependencies": {
"@rimbu/base": "^0.10.0",
"@rimbu/collection-types": "^0.9.19",
"@rimbu/common": "^0.10.3",
"@rimbu/list": "^0.10.21",
"@rimbu/stream": "^0.12.5",
"@rimbu/base": "^0.10.1",
"@rimbu/collection-types": "^0.9.20",
"@rimbu/common": "^0.11.0",
"@rimbu/list": "^0.10.22",
"@rimbu/stream": "^0.12.6",
"tslib": "^2.4.0"

@@ -94,3 +94,3 @@ },

},
"gitHead": "22ae1cadeb885e7fd30a23bd05c001cda3141e86"
"gitHead": "28454fe17a4e51a42f6107f7b1733270d0d88de5"
}

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

*
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/HashMap/interface)
* 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

@@ -38,3 +38,3 @@ * @typeparam V - the value type

*
* See the [Map documentation](https://rimbu.org/docs/collections/map) and the [HashMap API documentation](https://rimbu.org/api/rimbu/hashed/HashMap/interface)
* 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

@@ -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