🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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 Compare versions

Comparing version

to
4.0.2

15

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="4.0.2"></a>
## [4.0.2](https://github.com/cartant/rxjs-marbles/compare/v4.0.1...v4.0.2) (2018-05-18)
### Bug fixes
* Fix an error message. ([55b8a92](https://github.com/cartant/rxjs-marbles/commit/55b8a92))
<a name="4.0.1"></a>

@@ -23,2 +30,10 @@ ## [4.0.1](https://github.com/cartant/rxjs-marbles/compare/v4.0.0...v4.0.1) (2018-05-18)

To continue using the now deprecated behaviour, you would make these changes:
```diff
- import { cases, marbles } from "rxjs-marbles/mocha";
+ import { configure } from "rxjs-marbles/mocha";
+ const { cases, marbles } = configure({ run: false });
```
<a name="3.0.1"></a>

@@ -25,0 +40,0 @@ ## [3.0.1](https://github.com/cartant/rxjs-marbles/compare/v3.0.0...v3.0.1) (2018-04-26)

2

context-run.js

@@ -101,3 +101,3 @@ "use strict";

function notSupported(name) {
return new Error(name + " is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const marbles = configure({ run: false })'.");
return new Error(name + " is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const { marbles } = configure({ run: false })'.");
}

@@ -82,3 +82,3 @@ import { TestScheduler } from "rxjs/testing";

function notSupported(name) {
return new Error(`${name} is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const marbles = configure({ run: false })'.`);
return new Error(`${name} is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const { marbles } = configure({ run: false })'.`);
}

@@ -99,3 +99,3 @@ import { TestScheduler } from "rxjs/testing";

function notSupported(name) {
return new Error(name + " is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const marbles = configure({ run: false })'.");
return new Error(name + " is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const { marbles } = configure({ run: false })'.");
}

@@ -46,4 +46,4 @@ {

"unpkg": "./bundles/rxjs-marbles.umd.js",
"version": "4.0.1",
"version": "4.0.2",
"ava": {}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display