Socket
Socket
Sign inDemoInstall

@rimbu/table

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/table - npm Package Compare versions

Comparing version 0.10.5 to 0.10.6

16

package.json
{
"name": "@rimbu/table",
"version": "0.10.5",
"version": "0.10.6",
"description": "Immutable spreadsheet-like data structures containing row keys, column keys, and cell values",

@@ -100,8 +100,8 @@ "keywords": [

"dependencies": {
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.5",
"@rimbu/common": "^0.12.3",
"@rimbu/hashed": "^0.9.5",
"@rimbu/sorted": "^0.10.5",
"@rimbu/stream": "^0.13.5",
"@rimbu/base": "^0.11.4",
"@rimbu/collection-types": "^0.10.6",
"@rimbu/common": "*",
"@rimbu/hashed": "^0.9.6",
"@rimbu/sorted": "^0.10.6",
"@rimbu/stream": "^0.13.6",
"tslib": "^2.5.0"

@@ -112,3 +112,3 @@ },

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

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

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

@@ -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/table`
or
For `npm`:
> `npm i @rimbu/table`
For `bun`:
> `bun add @rimbu/table`
### 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