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

redux-duplicate-actions

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-duplicate-actions - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "redux-duplicate-actions",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is a redux middleware that detects duplicate actions & shows this in the console. You can choose to make them fatal errors or friendly warnings! Development use only!",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -15,6 +15,6 @@ # Redux Duplicate Action Monitor

// To throw a fatal error use the below:
const reduxDuplicateActions = require('redux-duplicate-actions')(true)
const reduxDuplicateActions = require('redux-duplicate-actions')(true)
reduxMiddleware.push(reduxDuplicateActions)
// To just show a warning:
const reduxDuplicateActions = require('redux-duplicate-actions')()
const reduxDuplicateActions = require('redux-duplicate-actions')(false)
reduxMiddleware.push(reduxDuplicateActions)

@@ -21,0 +21,0 @@ }

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