redux-duplicate-actions
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "redux-duplicate-actions", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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", |
# Redux Duplicate Action Monitor | ||
[![NPM](https://nodei.co/npm/redux-duplicate-actions.png?compact=true)](https://www.npmjs.com/package/redux-duplicate-actions) | ||
[![NPM](https://nodei.co/npm/redux-duplicate-actions.png?compact=true)](https://www.npmjs.com/package/redux-duplicate-actions) | ||
[![Build Status](https://travis-ci.org/daviemakz/redux-duplicate-actions.svg?branch=master)](https://travis-ci.org/daviemakz/redux-duplicate-actions) | ||
[![Dependencies Status](https://david-dm.org/daviemakz/redux-duplicate-actions/status.svg)](https://david-dm.org/daviemakz/redux-duplicate-actions) | ||
[![Development Dependencies Status](https://david-dm.org/daviemakz/redux-duplicate-actions/dev-status.svg)](https://david-dm.org/daviemakz/redux-duplicate-actions?type=dev) | ||
@@ -7,0 +9,0 @@ This is a redux middleware that detects duplicate actions & shows this in the console. Ideal for ensuring good redux practices. Development use only! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15108
34