@types/redux-actions
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -41,3 +41,9 @@ // Type definitions for redux-actions 1.2 | ||
type ActionFunctions<Payload> = ActionFunction0<Action<Payload>> | ActionFunction1<any, Action<Payload>> | ActionFunction2<any, any, Action<Payload>> | ActionFunction3<any, any, any, Action<Payload>> | ActionFunction4<any, any, any, any, Action<Payload>> | ActionFunctionAny<Action<Payload>>; | ||
type ActionFunctions<Payload> = | ||
ActionFunction0<Action<Payload>> | | ||
ActionFunction1<any, Action<Payload>> | | ||
ActionFunction2<any, any, Action<Payload>> | | ||
ActionFunction3<any, any, any, Action<Payload>> | | ||
ActionFunction4<any, any, any, any, Action<Payload>> | | ||
ActionFunctionAny<Action<Payload>>; | ||
@@ -44,0 +50,0 @@ type Reducer<State, Payload> = (state: State, action: Action<Payload>) => State; |
{ | ||
"name": "@types/redux-actions", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "TypeScript definitions for redux-actions", | ||
"license": "MIT", | ||
"author": "Jack Hsu <https://github.com/jaysoo>, Alex Gorbatchev <https://github.com/alexgorbatchev>", | ||
"contributors": [ | ||
{ | ||
"name": "Jack Hsu", | ||
"url": "https://github.com/jaysoo" | ||
}, | ||
{ | ||
"name": "Alex Gorbatchev", | ||
"url": "https://github.com/alexgorbatchev" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,4 +24,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b47f36074a11a1e54fd270e423144aa81e11400956cdec9359d7aa10926b53c8", | ||
"typesPublisherContentHash": "acc0c23570b114bc353cd0c77b30fcf0c9e250960d4808b1062c9967032889d9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 01 Jan 2017 23:46:10 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Thu, 23 Feb 2017 18:39:27 GMT | ||
* Dependencies: none | ||
* Global values: ReduxActions | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Jack Hsu <https://github.com/jaysoo>, Alex Gorbatchev <https://github.com/alexgorbatchev>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 2, | ||
"typeScriptVersion": "2.0", | ||
"name": "redux-actions", | ||
"libraryName": "redux-actions", | ||
"typingsPackageName": "redux-actions", | ||
"projectName": "https://github.com/acdlite/redux-actions", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
"ReduxActions" | ||
], | ||
"declaredModules": [ | ||
"redux-actions" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "b47f36074a11a1e54fd270e423144aa81e11400956cdec9359d7aa10926b53c8" | ||
"data": { | ||
"contributors": [ | ||
{ | ||
"name": "Jack Hsu", | ||
"url": "https://github.com/jaysoo" | ||
}, | ||
{ | ||
"name": "Alex Gorbatchev", | ||
"url": "https://github.com/alexgorbatchev" | ||
} | ||
], | ||
"dependencies": {}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 2, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "redux-actions", | ||
"typingsPackageName": "redux-actions", | ||
"projectName": "https://github.com/acdlite/redux-actions", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [ | ||
"ReduxActions" | ||
], | ||
"declaredModules": [ | ||
"redux-actions/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "acc0c23570b114bc353cd0c77b30fcf0c9e250960d4808b1062c9967032889d9" | ||
}, | ||
"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
6853
133
17