redux-needs
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -9,5 +9,5 @@ 'use strict'; | ||
var _shallowEqual = require('react-redux/lib/utils/shallowEqual'); | ||
var _shallowequal = require('shallowequal'); | ||
var _shallowEqual2 = _interopRequireDefault(_shallowEqual); | ||
var _shallowequal2 = _interopRequireDefault(_shallowequal); | ||
@@ -44,3 +44,3 @@ var _mapParams = require('./map-params'); | ||
// re-fire if props have changed, or no explicit props are mentioned | ||
if (!need.props || !(0, _shallowEqual2.default)(needProps, nextNeedProps)) { | ||
if (!need.props || !(0, _shallowequal2.default)(needProps, nextNeedProps)) { | ||
return dispatch(action); | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "redux-needs", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "Wrapping everyday data to your containers in need", | ||
@@ -32,9 +32,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"prop-types": "^15.5.10" | ||
"prop-types": "^15.5.10", | ||
"shallowequal": "^1.0.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "15.5.x", | ||
"react-redux": "5.x.x", | ||
"redux": "3.7.x" | ||
"react": "^15.5.x", | ||
"react-redux": "^5.x.x", | ||
"redux": "^3.7.x" | ||
} | ||
} |
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
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
9725
8
0
5
+ Addedshallowequal@^1.0.2
+ Addedcreate-react-class@15.7.0(transitive)
+ Addedreact@15.7.0(transitive)
+ Addedshallowequal@1.1.0(transitive)
- Removedreact@15.5.4(transitive)