Socket
Socket
Sign inDemoInstall

xstream

Package Overview
Dependencies
14
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
10Next

10.5.0

Diff

Changelog

Source

10.5.0 (2017-04-07)

Features

<a name="10.4.0"></a>

cycle
published 10.4.0 •

Changelog

Source

10.4.0 (2017-04-03)

Bug Fixes

<a name="10.3.0"></a>

cycle
published 10.3.0 •

Changelog

Source

10.3.0 (2017-03-03)

Bug Fixes

Performance Improvements

  • dist: use Google Closure Compiler instead of uglify-js (ed6f793)

<a name="10.2.0"></a>

cycle
published 10.2.0 •

Changelog

Source

10.2.0 (2017-02-03)

Performance Improvements

  • fromObservable: avoid converting from xs stream to xs stream (04031c6)
  • index: drop curly braces wherever possible (26d0299)
  • Stream: speed up Stream next, error, complete handlers (b32ffe3)

<a name="10.1.0"></a>

cycle
published 10.1.0 •

Changelog

Source

10.1.0 (2017-01-31)

Bug Fixes

  • flatten: fix type inference hinting (df6d720)

<a name="9.3.0"></a>

cycle
published 9.3.0 •

Changelog

Source

9.3.0 (2016-12-22)

Bug Fixes

  • take: terminate stream emission when TakeOperator recursively call itself (3581857), closes #158

Performance Improvements

  • update benchmarks (b12065d)
  • core: improve performance by encapsulating try/catch (31fab06)
  • core: merge together core.ts and index.ts (a03e418)

<a name="10.0.0"></a>

cycle
published 9.2.0 •

cycle
published 10.0.0 •

Changelog

Source

10.0.0 (2016-12-21)

Bug Fixes

  • src: usage of TypeScript v2.1 is a breaking change (c69327e)

BREAKING CHANGES

  • src: This version of xstream can only be used with TypeScript v2.1 or higher.

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

cycle
published 9.1.0 •

Changelog

Source

9.1.0 (2016-12-12)

Bug Fixes

  • fromObservable: support synchronous unsubscribe on completion (e82b8da)
  • src: update to TypeScript 2.1 (b3a0cf6)

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

cycle
published 9.0.0 •

Changelog

Source

9.0.0 (2016-11-28)

Bug Fixes

  • flattenSequentially: stop execution of interrupted inner streams (b8d6995)
  • stream: throw error when there are no error listeners (e512c3e), closes #121

BREAKING CHANGES

  • flattenSequentially: maybe won't This is likely a breaking change for people using flattenSequentially, specially given that xstream core was fixed so that errors are not swallowed. Most flattenSequentially code should still work, but upgrade carefully anyway.
  • stream: maybe
will This changes the behavior of most xstream code because errors are no longer swallowed. When you update xstream to this version, you may experience new errors thrown that you haven't seen before. Upgrade carefully, keeping in mind that these thrown errors were always there, but only now are surfaced.

<a name="8.0.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc