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.1 to 1.0.2

CONTRIBUTING.md

2

package.json
{
"name": "redux-duplicate-actions",
"version": "1.0.1",
"version": "1.0.2",
"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,3 +15,3 @@ # 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)

@@ -30,1 +30,5 @@ // To just show a warning:

`npm test`
# Contributing
All contributions are very welcome, please read my [CONTRIBUTING.md](https://github.com/daviemakz/redux-duplicate-actions/blob/master/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/daviemakz/redux-duplicate-actions/pulls) or as [GitHub issues](https://github.com/daviemakz/redux-duplicate-actions/issues). If you'd like to improve code, please feel free!
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