New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-redux-action-dispatchers-hook

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-action-dispatchers-hook - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

10

CHANGES.md

@@ -1,7 +0,13 @@

## 0.0.2
## 0.0.7
rename CreateActionDispatchers to useCreateActionDispatchers
(To ensure linters will accept it)
## 0.0.6
Removed unused memo
## 0.0.1
## 0.0.5
Create first version

4

CreateActionDispatchers.ts

@@ -24,3 +24,3 @@ import { useMemo } from 'react'

const CreateActionDispatchers = <
const useCreateActionDispatchers = <
T extends Record<keyof T, (...args: any) => any>

@@ -34,2 +34,2 @@ >(

export default CreateActionDispatchers
export default useCreateActionDispatchers
{
"name": "react-redux-action-dispatchers-hook",
"version": "0.0.6",
"version": "0.0.7",
"description": "transform action creators into action dispatchers",

@@ -5,0 +5,0 @@ "keywords": [

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