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

xstream

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xstream - npm Package Versions

1
10

8.0.0

Diff

Changelog

Source

8.0.0 (2016-11-17)

Bug Fixes

  • flattenSequentially: fix behaviour of outer stream completion (fd31d49), closes #141

BREAKING CHANGES

  • flattenSequentially: If your code was relying on buggy behavior, you may need to migrate carefully. Check your usages of flattenSequentially and how the outer stream completes. maybe
won't

<a name="7.0.0"></a>

cycle
published 7.0.0 •

Changelog

Source

7.0.0 (2016-10-24)

Bug Fixes

BREAKING CHANGES

  • map: This change will remove map+map fusions. Your application code may or may not rely on the bugs that map+map fusion caused, so we advise to update carefully, testing your application code as you go. Generally this is very straightforward and safe to update, as there are no visible API changes.
  • MemoryStream: This is generally safe to update, but note that the behavior around MemoryStream, startWith, take, imitate etc may have slightly changed, so it is recommended to run tests on your application and see if it is working, in case your application code was relying on buggy behavior.

<a name="6.6.0"></a>

cycle
published 6.6.0 •

Changelog

Source

6.6.0 (2016-10-19)

Features

  • Stream: accept partially defined listeners (e9d005d), closes #67

<a name="6.5.0"></a>

cycle
published 6.5.0 •

Changelog

Source

6.5.0 (2016-10-17)

Bug Fixes

  • delay,dropRepeats,dropUnti,split: improve TypeScript typings with better inference (c96ff10)

Features

  • throttle: add throttle extra operator (8b5c211)

<a name="6.4.1"></a>

cycle
published 6.4.1 •

Changelog

Source

6.4.1 (2016-09-28)

Bug Fixes

  • debounce: improve TypeScript typings with better inference (7bbba73)

<a name="6.4.0"></a>

cycle
published 6.4.0 •

Changelog

Source

6.4.0 (2016-09-25)

Bug Fixes

  • combine: increase variadic type count to 10 (b4fb52d)
  • combine: tiny fixes and perf improvements (9090b59)
  • merge: correct typo in MergeSignature (7a7cd64)
  • sampleCombine: change API to fit compose() usage (38782d8)
  • sampleCombine: do not sample until all streams have emitted (9882e89)

Features

<a name="6.3.2"></a>

cycle
published 6.3.2 •

Changelog

Source

6.3.2 (2016-09-21)

Bug Fixes

  • pairwise: support use of pairwise in synchronous recursive situations (530dc25)

<a name="6.3.1"></a>

cycle
published 6.3.1 •

Changelog

Source

6.3.1 (2016-09-20)

Bug Fixes

  • merge: increase variadic type count to max 10 (2909a78)

<a name="6.3.0"></a>

cycle
published 6.3.0 •

Changelog

Source

6.3.0 (2016-09-15)

Bug Fixes

  • core: fix observable producer (0229338)
  • src: create Observable type for fromInput; export from index (42984ac)

Features

  • core: implement basic Observable interop. (8fe7069)

<a name="6.2.0"></a>

cycle
published 6.2.0 •

Changelog

Source

6.2.0 (2016-08-29)

Features

  • filter: support type guard predicates (34e529a), closes #112

<a name="6.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