Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rxjs-etc

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxjs-etc - npm Package Versions

1
8

9.2.0

Diff

Changelog

Source

9.2.0 (2018-10-13)

Non-breaking Changes

  • Renamed the defaultObservableIfEmpty operator to concatIfEmpty and deprecated the old name. (dd9c876)

<a name="9.1.0"></a>

cartant
published 9.1.0 •

Changelog

Source

9.1.0 (2018-09-15)

Features

  • Added a finalizeWithKind operator. (fe48dfd)

Non-breaking Changes

  • Deprecated inexorably in favour of finalizeWithKind. (cfe9edf)

<a name="9.0.0"></a>

cartant
published 9.0.0 •

Changelog

Source

9.0.0 (2018-08-28)

Breaking Changes

  • Removed shareReplay. It should be fixed in RxJS, instead. (fb34d13)

<a name="8.5.0"></a>

cartant
published 8.5.0 •

Changelog

Source

8.5.0 (2018-08-27)

Features

  • Added a shareReplay implementation that unsubscribes if the reference count drops to zero.

<a name="8.4.0"></a>

cartant
published 8.4.0 •

Changelog

Source

8.4.0 (2018-08-27)

Changes

  • Renamed refCountAuditTime to refCountDelay and deprecated the former.

Features

  • Added bufferRecent.
  • Added mergeHigherOrderArray.
  • Added pairwiseStartWith.
  • Added refCountForever.

<a name="8.3.2"></a>

cartant
published 8.3.2 •

Changelog

Source

8.3.2 (2018-08-21)

Fixes

  • Fixed a problem in which the implementations of combineLatestHigherOrder/combineLatestHigherOrderObject closed over an internal, stale array. (d6296bd)

<a name="8.3.1"></a>

cartant
published 8.3.1 •

Changelog

Source

8.3.1 (2018-08-20)

Fixes

  • With combineLatestHigherOrder/combineLatestHigherOrderObject, whenever the higher-order observable emits, if all of the sources have emitted a value, emit an array/object. This also means that if the array/object of sources emitted by the higher-order obserable is empty, an empty array/object is emitted. (e93f650)

<a name="8.3.0"></a>

cartant
published 8.3.0 •

Changelog

Source

8.3.0 (2018-08-19)

Features

  • Added the combineLatestHigherOrderObject factory function. (78199bc)
  • Added the startWithTimeout operator. (667cb3c)

Fixes

  • Supported multiple, synchronous subscribes in refCountAuditTime. (ef95141)

<a name="8.2.0"></a>

cartant
published 8.2.0 •

Changelog

Source

8.2.0 (2018-08-18)

Features

  • Added the refCountOn operator. (fbc8b02)

<a name="8.1.1"></a>

cartant
published 8.1.1 •

Changelog

Source

8.1.1 (2018-08-18)

Fixes

  • Added combineLatestHigherOrder to the index. (ba4b026)

<a name="8.1.0"></a>

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