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.4 to 1.0.5

15

package.json
{
"name": "redux-duplicate-actions",
"version": "1.0.4",
"version": "1.0.5",
"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!",
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers js:babel/register 'test/*.js'",
"test": "mocha --no-deprecation --compilers js:babel-core/register 'test/*.js'",
"prepublish": "rimraf lib && babel src --out-dir lib",

@@ -26,8 +26,11 @@ "format": "prettier --single-quote --trailing-comma=es5 --write './**/*.js'"

"devDependencies": {
"babel": "^5.8.34",
"chai": "^3.4.1",
"mocha": "^2.3.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"mocha": "^4.0.0",
"prettier": "^1.7.4",
"rimraf": "^2.4.4",
"sinon": "^1.17.2"
"sinon": "^4.0.1"
},

@@ -34,0 +37,0 @@ "license": "MIT",

.babelrc

Sorry, the diff of this file is not supported yet

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