Socket
Socket
Sign inDemoInstall

@rimbu/stream

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/stream - npm Package Compare versions

Comparing version 0.13.1 to 0.13.2

./dist/main/main/index.js

46

package.json
{
"name": "@rimbu/stream",
"version": "0.13.1",
"version": "0.13.2",
"description": "Efficient structure representing a sequence of elements, with powerful operations for TypeScript",

@@ -35,6 +35,36 @@ "keywords": [

},
"source": "src/main/index.ts",
"main": "dist/main/main/index.js",
"module": "dist/module/main/index.js",
"types": "dist/types/main/index.d.ts",
"source": "./src/main/index.ts",
"main": "./dist/main/main/index.js",
"module": "./dist/module/main/index.js",
"types": "./dist/types/main/index.d.ts",
"exports": {
".": {
"types": "./dist/types/main/index.d.ts",
"import": "./dist/module/main/index.js",
"require": "./dist/main/main/index.js",
"bun": "./src/main/index.ts",
"default": "./dist/module/main/index.js"
},
"./async": {
"types": "./dist/types/async/index.d.ts",
"import": "./dist/module/async/index.js",
"require": "./dist/main/async/index.js",
"bun": "./src/async/index.ts",
"default": "./dist/module/async/index.js"
},
"./async-custom": {
"types": "./dist/types/async-custom/index.d.ts",
"import": "./dist/module/async-custom/index.js",
"require": "./dist/main/async-custom/index.js",
"bun": "./src/async-custom/index.ts",
"default": "./dist/module/async-custom/index.js"
},
"./custom": {
"types": "./dist/types/custom/index.d.ts",
"import": "./dist/module/custom/index.js",
"require": "./dist/main/custom/index.js",
"bun": "./src/custom/index.ts",
"default": "./dist/module/custom/index.js"
}
},
"files": [

@@ -71,4 +101,4 @@ "dist",

"dependencies": {
"@rimbu/base": "^0.11.1",
"@rimbu/common": "^0.12.1",
"@rimbu/base": "^0.11.2",
"@rimbu/common": "^0.12.2",
"tslib": "^2.5.0"

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

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