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 1.0.0-alpha.1 to 1.0.0-alpha.2

./dist/cjs/main/index.cjs

2

async-custom/package.json
{
"name": "async-custom",
"private": true,
"main": "../dist/cjs/async-custom/index.js",
"main": "../dist/cjs/async-custom/index.cjs",
"module": "../dist/esm/async-custom/index.mjs",
"types": "../dist/types/async-custom/index.d.mts"
}
{
"name": "async",
"private": true,
"main": "../dist/cjs/async/index.js",
"main": "../dist/cjs/async/index.cjs",
"module": "../dist/esm/async/index.mjs",
"types": "../dist/types/async/index.d.mts"
}
{
"name": "custom",
"private": true,
"main": "../dist/cjs/custom/index.js",
"main": "../dist/cjs/custom/index.cjs",
"module": "../dist/esm/custom/index.mjs",
"types": "../dist/types/custom/index.d.mts"
}
{
"name": "@rimbu/stream",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Efficient structure representing a sequence of elements, with powerful operations for TypeScript",

@@ -36,3 +36,3 @@ "keywords": [

"type": "module",
"main": "./dist/cjs/main/index.js",
"main": "./dist/cjs/main/index.cjs",
"module": "./dist/esm/main/index.mjs",

@@ -45,3 +45,3 @@ "types": "./dist/types/main/index.d.mts",

"import": "./dist/esm/main/index.mjs",
"require": "./dist/cjs/main/index.js",
"require": "./dist/cjs/main/index.cjs",
"default": "./dist/esm/main/index.mjs"

@@ -53,3 +53,3 @@ },

"import": "./dist/esm/async/index.mjs",
"require": "./dist/cjs/async/index.js",
"require": "./dist/cjs/async/index.cjs",
"default": "./dist/esm/async/index.mjs"

@@ -61,3 +61,3 @@ },

"import": "./dist/esm/async-custom/index.mjs",
"require": "./dist/cjs/async-custom/index.js",
"require": "./dist/cjs/async-custom/index.cjs",
"default": "./dist/esm/async-custom/index.mjs"

@@ -69,3 +69,3 @@ },

"import": "./dist/esm/custom/index.mjs",
"require": "./dist/cjs/custom/index.js",
"require": "./dist/cjs/custom/index.cjs",
"default": "./dist/esm/custom/index.mjs"

@@ -81,3 +81,3 @@ }

"import": "./dist/esm/*.mjs",
"require": "./dist/cjs/*.js",
"require": "./dist/cjs/*.cjs",
"default": "./dist/esm/*.mjs"

@@ -89,3 +89,3 @@ },

"import": "./dist/esm/*/index.mjs",
"require": "./dist/cjs/*/index.js",
"require": "./dist/cjs/*/index.cjs",
"default": "./dist/esm/*/index.mjs"

@@ -106,3 +106,3 @@ }

"bundle:bun": "node ../../config/bunnify.mjs",
"bundle:cjs": "tsup src --format cjs --clean -d dist/cjs --loader '.mts=ts' --legacy-output",
"bundle:cjs": "tsup src --format cjs --clean -d dist/cjs --loader '.mts=ts'",
"bundle:deno-prepare": "node ../../config/prepare-denoify.mjs",

@@ -132,4 +132,4 @@ "bundle:deno-convert": "denoify --src _deno_prepare/src",

"dependencies": {
"@rimbu/base": "^1.0.0-alpha.1",
"@rimbu/common": "^1.0.0-alpha.1",
"@rimbu/base": "^1.0.0-alpha.2",
"@rimbu/common": "^1.0.0-alpha.2",
"tslib": "^2.5.3"

@@ -147,3 +147,3 @@ },

},
"gitHead": "dfaf8143e56f54ed1e31f7c96802548c46e03bd8"
"gitHead": "5f9e27c3b41028a7ec98c47a94daebce9461d3fb"
}
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