Socket
Socket
Sign inDemoInstall

@rimbu/collection-types

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/collection-types - npm Package Compare versions

Comparing version 0.10.5 to 0.10.6

10

package.json
{
"name": "@rimbu/collection-types",
"version": "0.10.5",
"version": "0.10.6",
"description": "Type definitions for the basic generic Rimbu collections",

@@ -105,5 +105,5 @@ "keywords": [

"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/common": "^0.12.3",
"@rimbu/stream": "^0.13.5",
"@rimbu/base": "^0.11.4",
"@rimbu/common": "*",
"@rimbu/stream": "^0.13.6",
"tslib": "^2.5.0"

@@ -114,3 +114,3 @@ },

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

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

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

@@ -16,14 +20,27 @@

All types are exported through `@rimbu/core`. It is recommended to use that package. The types in this package are mostly abstract and have no actual implementation.
### 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 this package only:
### Yarn/NPM
For `yarn`:
> `yarn add @rimbu/collection-types`
or
For `npm`:
> `npm i @rimbu/collection-types`
For `bun`:
> `bun add @rimbu/collection-types`
### Deno

@@ -30,0 +47,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