@brigad/redux-rest-easy
Advanced tools
Comparing version 2.8.3 to 2.8.4
{ | ||
"name": "@brigad/redux-rest-easy", | ||
"version": "2.8.3", | ||
"version": "2.8.4", | ||
"description": "Redux/React/React Native framework generating actions, reducers and selectors to perform network requests", | ||
"main": "lib/index.js", | ||
"module": "es/indexjs", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
@@ -50,4 +50,4 @@ "files": [ | ||
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es", | ||
"build:umd": "cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c -o dist/redux-rest-easy.js", | ||
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/redux-rest-easy.min.js", | ||
"build:umd": "cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c -o dist/index.js", | ||
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/index.min.js", | ||
"build:clean": "rimraf lib dist es coverage", | ||
@@ -75,3 +75,3 @@ "lint": "eslint src", | ||
"qs": "6.5.1", | ||
"re-reselect": "1.0.1", | ||
"re-reselect": "2.0.0", | ||
"regenerator-runtime": "0.11.1", | ||
@@ -83,4 +83,4 @@ "reselect": "3.0.1" | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.26.0", | ||
"babel-eslint": "8.2.2", | ||
"babel-core": "6.26.3", | ||
"babel-eslint": "8.2.3", | ||
"babel-jest": "22.4.3", | ||
@@ -91,3 +91,3 @@ "babel-plugin-external-helpers": "6.22.0", | ||
"babel-preset-stage-2": "6.24.1", | ||
"codecov": "3.0.0", | ||
"codecov": "3.0.1", | ||
"cross-env": "5.1.4", | ||
@@ -97,3 +97,3 @@ "eslint": "4.19.1", | ||
"eslint-config-prettier": "2.9.0", | ||
"eslint-plugin-import": "2.9.0", | ||
"eslint-plugin-import": "2.11.0", | ||
"eslint-plugin-jsx-a11y": "6.0.3", | ||
@@ -103,12 +103,12 @@ "eslint-plugin-react": "7.7.0", | ||
"jest-cli": "22.4.3", | ||
"jest-junit": "3.6.0", | ||
"jest-junit": "3.7.0", | ||
"mockdate": "2.0.2", | ||
"moment": "2.21.0", | ||
"moment": "2.22.1", | ||
"prettier-eslint-cli": "4.7.1", | ||
"react": "16.3.1", | ||
"react": "16.3.2", | ||
"react-redux": "5.0.7", | ||
"redux": "3.7.2", | ||
"redux": "4.0.0", | ||
"rimraf": "2.6.2", | ||
"rollup": "0.57.1", | ||
"rollup-plugin-babel": "3.0.3", | ||
"rollup": "0.58.2", | ||
"rollup-plugin-babel": "3.0.4", | ||
"rollup-plugin-commonjs": "9.1.0", | ||
@@ -119,3 +119,3 @@ "rollup-plugin-node-builtins": "2.1.2", | ||
"rollup-plugin-uglify": "3.0.0", | ||
"semantic-release": "15.1.4" | ||
"semantic-release": "15.1.7" | ||
}, | ||
@@ -122,0 +122,0 @@ "peerDependencies": { |
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
520852
10978
10
+ Addedre-reselect@2.0.0(transitive)
- Removedre-reselect@1.0.1(transitive)
Updatedre-reselect@2.0.0