redux-mock-store
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"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": "*" | ||
} | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
24194
8
444
2
18
1
1
1