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.5.10 to 0.5.11

src/builder/block-builder.ts

21

package.json
{
"name": "@rimbu/list",
"version": "0.5.10",
"version": "0.5.11",
"description": "An efficient immutable ordered sequence of elements akin to a Vector",

@@ -40,3 +40,4 @@ "keywords": [

"files": [
"dist"
"dist",
"src"
],

@@ -60,13 +61,7 @@ "scripts": {

"sideEffects": false,
"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^26.6.3",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
},
"dependencies": {
"@rimbu/base": "^0.5.8",
"@rimbu/collection-types": "^0.5.10",
"@rimbu/common": "^0.5.8",
"@rimbu/stream": "^0.5.10"
"@rimbu/base": "^0.5.9",
"@rimbu/collection-types": "^0.5.11",
"@rimbu/common": "^0.5.9",
"@rimbu/stream": "^0.5.11"
},

@@ -76,3 +71,3 @@ "publishConfig": {

},
"gitHead": "ac4608d3221339352917943ef3513192ddef5a4f"
"gitHead": "0158eaad0dec4503e92cb308af952869d68faad5"
}

@@ -9,3 +9,3 @@ <p align="center">

For complete documentation please visit the _[Rimbu Docs](http://rimbu.org/rimbu-core)_.
For complete documentation please visit the _[Rimbu Docs](http://rimbu.org)_.

@@ -18,7 +18,7 @@ ## Installation

`yarn add @rimbu/list`
> `yarn add @rimbu/list`
or
`npm i @rimbu/list`
> `npm i @rimbu/list`

@@ -42,2 +42,8 @@ ### recommended tsconfig settings

```ts
import { List } from '@rimbu/list';
console.log(List.of(1, 3, 2, 4, 3, 1).toString());
```
## Author

@@ -44,0 +50,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