@types/rx-lite
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -235,3 +235,3 @@ // Type definitions for rx-lite 4.0 | ||
concat(sources: (Observable<T> | IPromise<T>)[]): Observable<T>; | ||
concatAll(): Observable<T>; | ||
concatAll(): T; | ||
concatObservable(): Observable<T>; // alias for concatAll | ||
@@ -238,0 +238,0 @@ concatMap<T2, R>(selector: (value: T, index: number) => Observable<T2>, resultSelector: (value1: T, value2: T2, index: number) => R): Observable<R>; // alias for selectConcat |
{ | ||
"name": "@types/rx-lite", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for rx-lite", | ||
@@ -18,4 +18,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "625fc0cf6545b9b7cd9e022419dca0d99408ad2246f12b3cfc35d349529670c1", | ||
"typesPublisherContentHash": "986ff8b1db463de6723d48880ca87a840be62048afa3442bc626712ed4b232bf", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 05 Jan 2017 17:39:43 GMT | ||
* Library Dependencies: rx-core, rx-core-binding | ||
* Module Dependencies: none | ||
* Last updated: Sat, 04 Feb 2017 02:10:05 GMT | ||
* Dependencies: rx-core, rx-core-binding | ||
* Global values: Rx | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "gsino <http://www.codeplex.com/site/users/view/gsino>, Igor Oleinikov <https://github.com/Igorbek>", | ||
"libraryDependencies": [ | ||
"rx-core", | ||
"rx-core-binding" | ||
], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"name": "rx-lite", | ||
"libraryName": "rx-lite", | ||
"typingsPackageName": "rx-lite", | ||
"projectName": "https://github.com/Reactive-Extensions/RxJS", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
"Rx" | ||
], | ||
"declaredModules": [ | ||
"rx-lite" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "625fc0cf6545b9b7cd9e022419dca0d99408ad2246f12b3cfc35d349529670c1" | ||
"data": { | ||
"authors": "gsino <http://www.codeplex.com/site/users/view/gsino>, Igor Oleinikov <https://github.com/Igorbek>", | ||
"dependencies": { | ||
"rx-core": "*", | ||
"rx-core-binding": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "rx-lite", | ||
"typingsPackageName": "rx-lite", | ||
"projectName": "https://github.com/Reactive-Extensions/RxJS", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [ | ||
"Rx" | ||
], | ||
"declaredModules": [ | ||
"rx-lite" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "986ff8b1db463de6723d48880ca87a840be62048afa3442bc626712ed4b232bf" | ||
}, | ||
"isLatest": true | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54174
653
17