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

Comparing version 0.9.19 to 0.9.20

4

dist/types/custom/implementation/base.d.ts

@@ -105,4 +105,4 @@ import { Token } from '@rimbu/base';

modifyAt: (row: R, column: C, options: {
ifNew?: OptLazyOr<V, typeof Token> | undefined;
ifExists?: ((currentValue: V, remove: Token) => V | Token) | undefined;
ifNew?: OptLazyOr<V, Token>;
ifExists?: (currentValue: V, remove: Token) => V | Token;
}) => boolean;

@@ -109,0 +109,0 @@ updateAt: <O>(row: R, column: C, update: Update<V>, otherwise?: OptLazy<O> | undefined) => V | O;

{
"name": "@rimbu/table",
"version": "0.9.19",
"version": "0.9.20",
"description": "Immutable spreadsheet-like data structures containing row keys, column keys, and cell values",

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

"dependencies": {
"@rimbu/base": "^0.9.4",
"@rimbu/collection-types": "^0.9.17",
"@rimbu/common": "^0.10.2",
"@rimbu/hashed": "^0.8.19",
"@rimbu/sorted": "^0.9.17",
"@rimbu/stream": "^0.12.3",
"@rimbu/base": "^0.9.5",
"@rimbu/collection-types": "^0.9.18",
"@rimbu/common": "^0.10.3",
"@rimbu/hashed": "^0.8.20",
"@rimbu/sorted": "^0.9.18",
"@rimbu/stream": "^0.12.4",
"tslib": "^2.4.0"

@@ -86,3 +86,3 @@ },

},
"gitHead": "0d1677b4df9c1b0f1dc337eb38eea7a99ea7fc43"
"gitHead": "c4009664c4e15f367e963d198cacd7c5fc182a4d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc