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.0 to 1.2.1

6

redux-actions/index.d.ts

@@ -94,3 +94,4 @@ // Type definitions for redux-actions 1.2

actionType: string | ActionFunctions<Payload>,
reducer: Reducer<State, Payload> | ReducerNextThrow<State, Payload>
reducer: Reducer<State, Payload> | ReducerNextThrow<State, Payload>,
initialState: State
): Reducer<State, Payload>;

@@ -100,3 +101,4 @@

actionType: { toString(): string },
reducer: ReducerMeta<State, Payload, Meta> | ReducerNextThrowMeta<State, Payload, Meta>
reducer: ReducerMeta<State, Payload, Meta> | ReducerNextThrowMeta<State, Payload, Meta>,
initialState: State
): Reducer<State, Payload>;

@@ -103,0 +105,0 @@

{
"name": "@types/redux-actions",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript definitions for redux-actions",

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

"peerDependencies": {},
"typesPublisherContentHash": "f5db180db85997af0f24c7b33bd3a51a2234509db0da65aee98f8d56197cda7a",
"typesPublisherContentHash": "842218e4765848d45aa5d40bd80a41e6ae65155162d7375519bb370426c067b1",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 27 Dec 2016 06:08:45 GMT
* Last updated: Fri, 30 Dec 2016 17:49:08 GMT
* Library Dependencies: none

@@ -14,0 +14,0 @@ * Module Dependencies: none

@@ -23,3 +23,3 @@ {

"hasPackageJson": false,
"contentHash": "f5db180db85997af0f24c7b33bd3a51a2234509db0da65aee98f8d56197cda7a"
"contentHash": "842218e4765848d45aa5d40bd80a41e6ae65155162d7375519bb370426c067b1"
}
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