Socket
Book a DemoInstallSign in
Socket

@uirouter/rx

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uirouter/rx - npm Package Compare versions

Comparing version

to
0.6.1

karma.conf.js

0

artifacts.json

@@ -0,0 +0,0 @@ {

@@ -0,1 +1,21 @@

## 0.6.1 (2019-11-19)
[Compare `@uirouter/rx` versions 0.6.0 and 0.6.1](https://github.com/ui-router/rx/compare/0.6.0...0.6.1)
### Bug Fixes
* make RXWAIT custom async policy AOT compatible ([a091c48](https://github.com/ui-router/rx/commit/a091c48))
## 0.6.1 (2019-11-19)
[Compare `@uirouter/rx` versions 0.6.0 and 0.6.1](https://github.com/ui-router/rx/compare/0.6.0...0.6.1)
### Bug Fixes
* make RXWAIT custom async policy AOT compatible ([a091c48](https://github.com/ui-router/rx/commit/a091c48))
# 0.6.0 (2019-10-01)

@@ -2,0 +22,0 @@ [Compare `@uirouter/rx` versions 0.5.0 and 0.6.0](https://github.com/ui-router/rx/compare/0.5.0...0.6.0)

export * from './ui-router-rx';
export * from './rx-async-policy';

@@ -0,0 +0,0 @@ "use strict";

4

lib/rx-async-policy.d.ts

@@ -1,2 +0,2 @@

import { CustomAsyncPolicy } from '@uirouter/core';
import { Observable } from 'rxjs';
/**

@@ -22,2 +22,2 @@ * Determines the unwrapping behavior of asynchronous resolve values.

*/
export declare const RXWAIT: CustomAsyncPolicy;
export declare function RXWAIT(resolveFnValue: Observable<any> | any): Promise<Observable<any>>;

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

*/
exports.RXWAIT = function (resolveFnValue) {
function RXWAIT(resolveFnValue) {
if (!(resolveFnValue instanceof rxjs_1.Observable)) {

@@ -37,3 +37,4 @@ resolveFnValue = rxjs_1.of(resolveFnValue);

});
};
}
exports.RXWAIT = RXWAIT;
//# sourceMappingURL=rx-async-policy.js.map

@@ -0,0 +0,0 @@ /** @module rx */

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@uirouter/rx",
"version": "0.6.0",
"version": "0.6.1",
"description": "Reactive extensions for UI-Router",

@@ -41,3 +41,3 @@ "scripts": {

"@uirouter/core": "^6.0.1",
"@uirouter/publish-scripts": "2.3.26",
"@uirouter/publish-scripts": "2.3.37",
"husky": "^3.0.5",

@@ -44,0 +44,0 @@ "jasmine": "^3.1.0",

@@ -0,0 +0,0 @@ # ui-router-rx

@@ -0,0 +0,0 @@ import nodeResolve from 'rollup-plugin-node-resolve';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.