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.17 to 0.8.18

2

dist/types/map-custom/implementation/builder.d.ts

@@ -22,3 +22,3 @@ import { Token } from '@rimbu/base';

get entrySets(): MapBlockBuilderEntry<K, V>[];
get: <UK, O>(key: RelatedTo<K, UK>, otherwise?: OptLazy<O> | undefined, hash?: number | undefined) => V | O;
get: <UK, O>(key: RelatedTo<K, UK>, otherwise?: OptLazy<O> | undefined, hash?: number) => V | O;
hasKey: <UK>(key: RelatedTo<K, UK>) => boolean;

@@ -25,0 +25,0 @@ addEntry: (entry: readonly [K, V]) => boolean;

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

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

"dependencies": {
"@rimbu/base": "^0.9.2",
"@rimbu/collection-types": "^0.9.15",
"@rimbu/common": "^0.10.0",
"@rimbu/list": "^0.10.17",
"@rimbu/stream": "^0.12.1",
"tslib": "^2.4.0"
"@rimbu/base": "^0.9.3",
"@rimbu/collection-types": "^0.9.16",
"@rimbu/common": "^0.10.1",
"@rimbu/list": "^0.10.18",
"@rimbu/stream": "^0.12.2"
},

@@ -94,3 +93,3 @@ "publishConfig": {

},
"gitHead": "040fef2d88f35195fe0e89f7c0828886b278f7d3"
"gitHead": "9e7cd56ce066f7903c5749110c2a7a8b06809403"
}
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