Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rimbu/list

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/list - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

2

dist/types/custom/builder/nonleaf/nonleaf-builder.d.ts
import type { BlockBuilder, NonLeafBlockBuilder, NonLeafTreeBuilder } from '@rimbu/list/custom';
export declare type NonLeafBuilder<T, C extends BlockBuilder<T>> = NonLeafBlockBuilder<T, C> | NonLeafTreeBuilder<T, C>;
export type NonLeafBuilder<T, C extends BlockBuilder<T>> = NonLeafBlockBuilder<T, C> | NonLeafTreeBuilder<T, C>;
{
"name": "@rimbu/list",
"version": "0.11.0",
"version": "0.11.1",
"description": "An efficient immutable ordered sequence of elements akin to a Vector",

@@ -67,7 +67,7 @@ "keywords": [

"dependencies": {
"@rimbu/base": "^0.11.0",
"@rimbu/collection-types": "^0.10.0",
"@rimbu/common": "^0.12.0",
"@rimbu/stream": "^0.13.0",
"tslib": "^2.4.0"
"@rimbu/base": "^0.11.1",
"@rimbu/collection-types": "^0.10.1",
"@rimbu/common": "^0.12.1",
"@rimbu/stream": "^0.13.1",
"tslib": "^2.5.0"
},

@@ -84,3 +84,3 @@ "publishConfig": {

},
"gitHead": "442ffd299583458d458e9bbe3dd02c67828707f3"
"gitHead": "f7a7662f81e9246b244cab22c14776617652833f"
}
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