Socket
Socket
Sign inDemoInstall

@types/rx-lite

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rx-lite - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

4

rx-lite/index.d.ts

@@ -247,4 +247,4 @@ // Type definitions for rx-lite 4.0

merge(other: IPromise<T>): Observable<T>;
mergeAll(): Observable<T>;
mergeObservable(): Observable<T>; // alias for mergeAll
mergeAll(): T;
mergeObservable(): T; // alias for mergeAll
skipUntil<T2>(other: Observable<T2>): Observable<T>;

@@ -251,0 +251,0 @@ skipUntil<T2>(other: IPromise<T2>): Observable<T>;

{
"name": "@types/rx-lite",
"version": "4.0.5",
"version": "4.0.6",
"description": "TypeScript definitions for rx-lite",

@@ -18,5 +18,6 @@ "license": "MIT",

"main": "",
"types": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -28,4 +29,4 @@ "scripts": {},

},
"typesPublisherContentHash": "3b6da6f6587d04b04016556306f45bfa63c80857be55ad25efb8175444ac1db2",
"typesPublisherContentHash": "f10c67e27e62bcdec1794fd0fac2ee2d5e557ec3f9bc831aad90a9c986aa13bf",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rx-lite
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rx-lite
Additional Details
* Last updated: Wed, 25 Oct 2017 16:18:58 GMT
* Last updated: Wed, 17 Oct 2018 20:11:30 GMT
* Dependencies: rx-core, rx-core-binding

@@ -14,0 +14,0 @@ * Global values: Rx

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