@types/redux-logger
Advanced tools
Comparing version 2.10.0 to 3.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for redux-logger v2.10.1 | ||
// Type definitions for redux-logger v3.0.0 | ||
// Project: https://github.com/fcomb/redux-logger | ||
@@ -49,4 +49,4 @@ // Definitions by: Alexander Rusakov <https://github.com/arusakov/> | ||
declare function createLogger(options?: ReduxLoggerOptions): Redux.Middleware; | ||
export function createLogger(options?: ReduxLoggerOptions): Redux.Middleware; | ||
export default createLogger; | ||
export default logger; |
{ | ||
"name": "@types/redux-logger", | ||
"version": "2.10.0", | ||
"version": "3.0.0", | ||
"description": "TypeScript definitions for redux-logger", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a1640288cc97857f32745c1dac586e168fe516b82d349b6612f6fa04477e7057", | ||
"typesPublisherContentHash": "a358c22715c04b56b98da3e1bff5f495f24ad579e7f595a951ccba40937fbc92", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 22 Mar 2017 20:51:31 GMT | ||
* Last updated: Mon, 27 Mar 2017 22:13:22 GMT | ||
* Dependencies: redux | ||
@@ -14,0 +14,0 @@ * Global values: ReduxLogger |
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
2811