@types/redux
Advanced tools
Comparing version 3.3.20-alpha to 3.3.21-alpha
@@ -6,2 +6,5 @@ // Type definitions for Redux v3.3.1 | ||
export = Redux; | ||
export as namespace Redux; | ||
declare namespace Redux { | ||
@@ -49,6 +52,2 @@ | ||
function compose<T extends Function>(...functions: Function[]): T; | ||
} | ||
declare module "redux" { | ||
export = Redux; | ||
} | ||
} |
{ | ||
"name": "@types/redux", | ||
"version": "3.3.20-alpha", | ||
"version": "3.3.21-alpha", | ||
"description": "TypeScript definitions for Redux v3.3.1", | ||
@@ -8,2 +8,6 @@ "main": "", | ||
"author": "William Buchwalter <https://github.com/wbuchwalter/>, Vincent Prouillet <https://github.com/Keats/>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
@@ -10,0 +14,0 @@ "typings": "index.d.ts", |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:33 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:32 GMT | ||
* File structure: UMD | ||
* Library Dependencies: none | ||
@@ -15,0 +15,0 @@ * Module Dependencies: none |
@@ -13,13 +13,11 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"kind": "UMD", | ||
"globals": [ | ||
"Redux" | ||
], | ||
"declaredModules": [ | ||
"redux" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"contentHash": "b5c82ed88cb9dc75b31bf9d1dcfd648a667cc1e7b51852d220a61eee9205f1d4" | ||
"contentHash": "01ff9bcaa07ca4b20e7737a5704c5958132406ac247246549d58fcaf05fe9833" | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3259
0
60