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

rxjs-marbles

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxjs-marbles - npm Package Versions

1
6

4.0.2

Diff

Changelog

Source

4.0.2 (2018-05-18)

Bug fixes

  • Fix an error message. (55b8a92)

<a name="4.0.1"></a>

cartant
published 4.0.1 •

Changelog

Source

4.0.1 (2018-05-18)

Bug fixes

  • Support explicit durations in the context's time method. (4a7ac1d)

<a name="4.0.0"></a>

cartant
published 4.0.0 •

Changelog

Source

4.0.0 (2018-05-17)

Breaking changes

  • Default to using TestScheduler.run. See the RxJS documentation for an explanation of the new behaviour and of the breaking changes.

  • Added a run property to the configuration settings - it defaults to true.

  • The configure function now returns an object containing a marbles function (and a cases function, for the framework-specific imports) that has the specified configuration applied. For example, to continue using the now deprecated behaviour, you would make these changes:

    - import { cases, marbles } from "rxjs-marbles/mocha";
    + import { configure } from "rxjs-marbles/mocha";
    + const { cases, marbles } = configure({ run: false });
    
  • The following context methods and properties can only be used with configure({ run: false }):

    • autoFlush
    • bind
    • configure
    • reframe
    • teardown

<a name="3.0.1"></a>

cartant
published 3.0.1 •

Changelog

Source

3.0.1 (2018-04-26)

Bug fixes

  • Preserve the this context in the marbles callback. (be32253)

<a name="3.0.0"></a>

cartant
published 3.0.0 •

Changelog

Source

3.0.0 (2018-04-25)

Breaking changes

  • Upgrade to RxJS version 6.
  • Rename the UMD global to rxjsMarbles.

<a name="2.4.1"></a>

cartant
published 3.0.0-rc.4 •

cartant
published 2.4.1 •

Changelog

Source

2.4.1 (2018-04-11)

Bug fixes

  • reframe: Fix import case. (651fe31)

<a name="2.4.0"></a>

cartant
published 2.4.0 •

Changelog

Source

2.4.0 (2018-04-11)

Features

  • reframe: Add reframe to the Context to allow amount of virtual time per frame/character to be specified. (15ef0e9)

<a name="2.3.3"></a>

cartant
published 3.0.0-rc.3 •

cartant
published 3.0.0-rc.2 •

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