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.5.10-alpha.0 to 0.5.10

2

dist/module/constructors.js
import { RimbuError, Token } from '@rimbu/base';
import { Err, IndexRange, OptLazy, Range, Reducer, TraverseState, } from '@rimbu/common';
import { FastIterator, Stream, StreamSource } from './internal';
import { FastIteratorBase, FromIterable, FromStream, StreamBase } from './stream-custom';
import { FastIteratorBase, FromIterable, FromStream, StreamBase, } from './stream-custom';
class EmptyStream extends StreamBase {

@@ -6,0 +6,0 @@ [Symbol.iterator]() {

{
"name": "@rimbu/stream",
"version": "0.5.10-alpha.0",
"version": "0.5.10",
"description": "Efficient structure representing a sequence of elements, with powerful operations for TypeScript",

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

"format": "yarn format:base --write",
"format:base": "prettier \"**/*.{ts,tsx,js,json,md}\"",
"format:base": "prettier \"{!CHANGELOG.md}|**/*.{ts,tsx,js,json,md}\"",
"format:check": "yarn format:base --check",

@@ -66,4 +66,4 @@ "lint": "eslint src",

"dependencies": {
"@rimbu/base": "^0.5.7",
"@rimbu/common": "^0.5.7"
"@rimbu/base": "^0.5.8",
"@rimbu/common": "^0.5.8"
},

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

},
"gitHead": "a89e37b6aa4bab770f92699b0d43c2948eff5516"
"gitHead": "ac4608d3221339352917943ef3513192ddef5a4f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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