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

redux-mock-store

Package Overview
Dependencies
Maintainers
2
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.4.0 to 1.5.0

dist/index-cjs.js

26

package.json
{
"name": "redux-mock-store",
"version": "1.4.0",
"version": "1.5.0",
"description": "A mock store for testing your redux async action creators and middleware",
"main": "lib/index.js",
"main": "dist/index-cjs.js",
"module": "src/index.js",
"js:next": "src/index.js",
"browser": "dist/index.min.js",
"scripts": {
"prepublish": "rimraf lib && babel src --out-dir lib",
"prepublish": "rimraf lib && rimraf dist && npm run build",
"build:commonjs": "cross-env BABEL_ENV=es NODE_ENV=production rollup -f cjs -c -i src/index.js -o dist/index-cjs.js",
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -f umd -c -i src/index.js -o dist/index-umd.js",
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -f umd -c -i src/index.js -o dist/index-umd.min.js",
"build": "npm run build:commonjs && npm run build:umd && npm run build:umd:min",
"lint": "standard src/*.js test/*.js",

@@ -25,3 +32,5 @@ "pretest": "npm run lint",

"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.0.1",
"expect": "^1.12.2",

@@ -32,2 +41,8 @@ "mocha": "^2.3.3",

"rimraf": "^2.4.3",
"rollup": "^0.45.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"sinon": "^1.17.2",

@@ -38,3 +53,6 @@ "standard": "^7.1.2"

"lodash.isplainobject": "^4.0.6"
},
"peerDependencies": {
"redux": "*"
}
}
lib/index.js
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