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.9.22 to 0.10.0

20

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

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

"dependencies": {
"@rimbu/base": "^0.10.1",
"@rimbu/collection-types": "^0.9.20",
"@rimbu/common": "^0.11.0",
"@rimbu/hashed": "^0.8.22",
"@rimbu/sorted": "^0.9.20",
"@rimbu/stream": "^0.12.6",
"@rimbu/base": "^0.11.0",
"@rimbu/collection-types": "^0.10.0",
"@rimbu/common": "^0.12.0",
"@rimbu/hashed": "^0.9.0",
"@rimbu/sorted": "^0.10.0",
"@rimbu/stream": "^0.13.0",
"tslib": "^2.4.0"

@@ -82,7 +82,3 @@ },

},
"denoify": {
"index": "src/main/index.ts",
"replacer": "../../config/denoify-rimbu-replacer.js"
},
"gitHead": "28454fe17a4e51a42f6107f7b1733270d0d88de5"
"gitHead": "442ffd299583458d458e9bbe3dd02c67828707f3"
}

4

README.md

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

Because Rimbu uses advanced types, this may slow down the type checking part when running your code. If you're able to rely on your code editor to provide type errors, you can skip the Deno type check using the `--no-check` flag:
`deno run --import-map import_map.json --no-check src/main.ts`
## Author

@@ -73,0 +69,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