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.7 to 1.2.8

15

redux-actions/index.d.ts

@@ -123,1 +123,16 @@ // Type definitions for redux-actions 1.2

export function combineActions(...actionTypes: Array<ActionFunctions<any> | string>): string;
export interface ActionMap<Payload, Meta> {
[actionType: string]:
ActionMap<Payload, Meta> |
ActionFunctionAny<Payload> |
[ActionFunctionAny<Payload>, ActionFunctionAny<Meta>] |
undefined;
}
export function createActions<Payload, Meta>(
actionMap: ActionMap<Payload, Meta>,
...identityActions: string[]
): {
[actionName: string]: ActionFunctionAny<Action<Payload>>
};

4

redux-actions/package.json
{
"name": "@types/redux-actions",
"version": "1.2.7",
"version": "1.2.8",
"description": "TypeScript definitions for redux-actions",

@@ -24,4 +24,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "9724d25c1fe9658947212b37e40d255e501aa887b422f6d6a16add2743554524",
"typesPublisherContentHash": "ac987f3c7f20d9647c9fc54d83d5c69f2c49f1e278ed697530649baed52477c1",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 25 Jul 2017 15:22:30 GMT
* Last updated: Mon, 14 Aug 2017 20:37:50 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: ReduxActions

Sorry, the diff of this file is not supported yet

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