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.9.5 to 0.9.6

14

package.json
{
"name": "@rimbu/hashed",
"version": "0.9.5",
"version": "0.9.6",
"description": "Immutable HashMap and HashSet implementations for TypeScript",

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

"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.5",
"@rimbu/common": "^0.12.3",
"@rimbu/list": "^0.12.1",
"@rimbu/stream": "^0.13.5",
"@rimbu/base": "^0.11.4",
"@rimbu/collection-types": "^0.10.6",
"@rimbu/common": "*",
"@rimbu/list": "^0.12.2",
"@rimbu/stream": "^0.13.6",
"tslib": "^2.5.0"

@@ -127,3 +127,3 @@ },

},
"gitHead": "8e4ec725c03e43d64d0e3f36c380a295816d66e5"
"gitHead": "5400f8471bdfc7a227f7defc4a3942bdf3ff1423"
}

@@ -5,2 +5,6 @@ <p align="center">

[![npm version](https://badge.fury.io/js/@rimbu%2Fhashed.svg)](https://www.npmjs.com/package/@rimbu/hashed) [![Deno](https://shield.deno.dev/x/rimbu)](http://deno.land/x/rimbu)
![Licence](https://img.shields.io/github/license/rimbu-org/rimbu)
# @rimbu/hashed

@@ -23,14 +27,27 @@

### Compabitity
- [`Node >= 16` ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?logo=node.js&logoColor=white)](https://nodejs.org)
- [`Deno` ![Deno JS](https://img.shields.io/badge/deno%20js-000000?logo=deno&logoColor=white)](https://deno.com/runtime)
- [`Bun >= 0.6.0` ![Bun](https://img.shields.io/badge/Bun-%23000000.svg?logoColor=white)](https://bun.sh/)
- `Web` ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?logoColor=white)
### Yarn / NPM / Bun
For convenience, all main types are also exported through [`@rimbu/core`](../core).
To install separately:
To install this package only:
### Yarn/NPM
For `yarn`:
> `yarn add @rimbu/hashed`
or
For `npm`:
> `npm i @rimbu/hashed`
For `bun`:
> `bun add @rimbu/hashed`
### Deno

@@ -37,0 +54,0 @@

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