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.10.22 to 0.11.0

16

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

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

"dependencies": {
"@rimbu/base": "^0.10.1",
"@rimbu/collection-types": "^0.9.20",
"@rimbu/common": "^0.11.0",
"@rimbu/stream": "^0.12.6",
"@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"

@@ -77,6 +77,2 @@ },

},
"denoify": {
"index": "src/main/index.ts",
"replacer": "../../config/denoify-rimbu-replacer.js"
},
"madge": {

@@ -89,3 +85,3 @@ "detectiveOptions": {

},
"gitHead": "28454fe17a4e51a42f6107f7b1733270d0d88de5"
"gitHead": "442ffd299583458d458e9bbe3dd02c67828707f3"
}

@@ -60,6 +60,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`
## Usage

@@ -66,0 +62,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