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.2 to 0.10.3

29

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

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

"types": "./dist/types/main/index.d.ts",
"bun": "./src/main/index.ts",
"import": "./dist/module/main/index.js",
"require": "./dist/main/main/index.js",
"bun": "./src/main/index.ts",
"default": "./dist/module/main/index.js"

@@ -50,5 +50,5 @@ },

"types": "./dist/types/custom/index.d.ts",
"bun": "./src/custom/index.ts",
"import": "./dist/module/custom/index.js",
"require": "./dist/main/custom/index.js",
"bun": "./src/custom/index.ts",
"default": "./dist/module/custom/index.js"

@@ -58,5 +58,5 @@ },

"types": "./dist/types/hash-row/index.d.ts",
"bun": "./src/hash-row/index.ts",
"import": "./dist/module/hash-row/index.js",
"require": "./dist/main/hash-row/index.js",
"bun": "./src/hash-row/index.ts",
"default": "./dist/module/hash-row/index.js"

@@ -66,5 +66,5 @@ },

"types": "./dist/types/sorted-row/index.d.ts",
"bun": "./src/sorted-row/index.ts",
"import": "./dist/module/sorted-row/index.js",
"require": "./dist/main/sorted-row/index.js",
"bun": "./src/sorted-row/index.ts",
"default": "./dist/module/sorted-row/index.js"

@@ -75,6 +75,3 @@ }

"dist",
"src",
"custom",
"hash-row",
"sorted-row"
"src"
],

@@ -105,8 +102,8 @@ "scripts": {

"dependencies": {
"@rimbu/base": "^0.11.2",
"@rimbu/collection-types": "^0.10.2",
"@rimbu/common": "^0.12.2",
"@rimbu/hashed": "^0.9.2",
"@rimbu/sorted": "^0.10.2",
"@rimbu/stream": "^0.13.2",
"@rimbu/base": "^0.11.3",
"@rimbu/collection-types": "^0.10.3",
"@rimbu/common": "^0.12.3",
"@rimbu/hashed": "^0.9.3",
"@rimbu/sorted": "^0.10.3",
"@rimbu/stream": "^0.13.3",
"tslib": "^2.5.0"

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

},
"gitHead": "4ffac464a67030c80e35241766098837498426e6"
"gitHead": "3d235bc539eed9cda52d110c2ec805d686776ae7"
}
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