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.4 to 4.0.5

rx-lite/LICENSE

22

rx-lite/index.d.ts

@@ -330,7 +330,7 @@ // Type definitions for rx-lite 4.0

* Projects each notification of an observable sequence to an observable sequence and merges the resulting observable sequences into one observable sequence.
* @param {Function} onNext A transform function to apply to each element; the second parameter of the function represents the index of the source element.
* @param {Function} onError A transform function to apply when an error occurs in the source sequence.
* @param {Function} onCompleted A transform function to apply when the end of the source sequence is reached.
* @param {Any} [thisArg] An optional "this" to use to invoke each transform.
* @returns {Observable} An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
* @param onNext A transform function to apply to each element; the second parameter of the function represents the index of the source element.
* @param onError A transform function to apply when an error occurs in the source sequence.
* @param onCompleted A transform function to apply when the end of the source sequence is reached.
* @param [thisArg] An optional "this" to use to invoke each transform.
* @returns An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
*/

@@ -341,7 +341,7 @@ selectManyObserver<T2, T3, T4>(onNext: (value: T, index: number) => Observable<T2>, onError: (exception: any) => Observable<T3>, onCompleted: () => Observable<T4>, thisArg?: any): Observable<T2 | T3 | T4>;

* Projects each notification of an observable sequence to an observable sequence and merges the resulting observable sequences into one observable sequence.
* @param {Function} onNext A transform function to apply to each element; the second parameter of the function represents the index of the source element.
* @param {Function} onError A transform function to apply when an error occurs in the source sequence.
* @param {Function} onCompleted A transform function to apply when the end of the source sequence is reached.
* @param {Any} [thisArg] An optional "this" to use to invoke each transform.
* @returns {Observable} An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
* @param onNext A transform function to apply to each element; the second parameter of the function represents the index of the source element.
* @param onError A transform function to apply when an error occurs in the source sequence.
* @param onCompleted A transform function to apply when the end of the source sequence is reached.
* @param [thisArg] An optional "this" to use to invoke each transform.
* @returns An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
*/

@@ -431,3 +431,3 @@ flatMapObserver<T2, T3, T4>(onNext: (value: T, index: number) => Observable<T2>, onError: (exception: any) => Observable<T3>, onCompleted: () => Observable<T4>, thisArg?: any): Observable<T2 | T3 | T4>;

* @param [thisArg] An optional context to invoke with the selector parameter.
* @returns {An exclusive observable with only the results that happen when subscribed.
* @returns An exclusive observable with only the results that happen when subscribed.
*/

@@ -434,0 +434,0 @@ exclusiveMap<I, R>(selector: (value: I, index: number, source: Observable<I>) => R, thisArg?: any): Observable<R>;

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

@@ -13,3 +13,4 @@ "license": "MIT",

"name": "Igor Oleinikov",
"url": "https://github.com/Igorbek"
"url": "https://github.com/Igorbek",
"githubUsername": "Igorbek"
}

@@ -27,5 +28,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "cccb77e598a75ed3ad873a8378f344da7d3105e1aeb75e67500922a03eaed752",
"typesPublisherContentHash": "3b6da6f6587d04b04016556306f45bfa63c80857be55ad25efb8175444ac1db2",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 31 Mar 2017 18:05:15 GMT
* Last updated: Wed, 25 Oct 2017 16:18:58 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