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 0.8.32 to 0.8.33

10

redux-actions/index.d.ts

@@ -47,2 +47,7 @@ // Type definitions for redux-actions v0.8.0

export function handleAction<StateAndPayload>(
actionType: { toString: () => string },
reducer: Reducer<StateAndPayload, StateAndPayload> | ReducerMap<StateAndPayload, StateAndPayload>
): Reducer<StateAndPayload, StateAndPayload>;
export function handleAction<State, Payload>(

@@ -58,2 +63,7 @@ actionType: { toString(): string },

export function handleActions<StateAndPayload>(
reducerMap: ReducerMap<StateAndPayload, StateAndPayload>,
initialState?: StateAndPayload
): Reducer<StateAndPayload, StateAndPayload>;
export function handleActions<State, Payload>(

@@ -60,0 +70,0 @@ reducerMap: ReducerMap<State, Payload>,

4

redux-actions/package.json
{
"name": "@types/redux-actions",
"version": "0.8.32",
"version": "0.8.33",
"description": "TypeScript definitions for redux-actions v0.8.0",

@@ -16,3 +16,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "229feaecb3a32ab2709921fd7c25be23c80e8b4d06ebb52855def6cec55d1821"
"typesPublisherContentHash": "dd1663011b7e81fdf5ed4a88050eeb590b5bc9cb8adcb8cd6b07d195d5355329"
}

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

Additional Details
* Last updated: Mon, 14 Nov 2016 19:35:02 GMT
* Last updated: Tue, 22 Nov 2016 20:59:30 GMT
* File structure: ProperModule

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

@@ -24,3 +24,3 @@ {

"hasPackageJson": false,
"contentHash": "229feaecb3a32ab2709921fd7c25be23c80e8b4d06ebb52855def6cec55d1821"
"contentHash": "dd1663011b7e81fdf5ed4a88050eeb590b5bc9cb8adcb8cd6b07d195d5355329"
}
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