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

redux-mock-store

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-mock-store - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

lib/index.js

@@ -61,4 +61,6 @@ 'use strict';

}
return function () {
var index = listeners.indexOf(cb);
if (index < 0) {

@@ -65,0 +67,0 @@ return;

7

package.json
{
"name": "redux-mock-store",
"version": "1.1.3",
"version": "1.1.4",
"description": "",

@@ -9,2 +9,4 @@ "main": "lib/index.js",

"prepublish": "rimraf lib && babel src --out-dir lib",
"lint": "standard src/*.js",
"pretest": "npm run lint",
"test": "mocha --compilers js:babel/register --reporter spec test/*.js"

@@ -29,4 +31,5 @@ },

"rimraf": "^2.4.3",
"sinon": "^1.17.2"
"sinon": "^1.17.2",
"standard": "^7.1.2"
}
}

@@ -5,2 +5,4 @@ [![Circle CI](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master.svg?style=svg)](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master)

[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
# redux-mock-store

@@ -7,0 +9,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