Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/redux-actions

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/redux-actions - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

8

redux-actions/index.d.ts

@@ -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;

15

redux-actions/package.json
{
"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
}
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