Comparing version 0.9.0 to 0.9.1
@@ -8,2 +8,9 @@ "use strict"; | ||
exports.detectPropChange = detectPropChange; | ||
var _dotPropImmutable = require("dot-prop-immutable"); | ||
var _dotPropImmutable2 = _interopRequireDefault(_dotPropImmutable); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function changeFn(_ref) { | ||
@@ -22,3 +29,3 @@ var prop = _ref.prop, | ||
if (match && prevState) { | ||
return prevState[prop] != state[prop]; | ||
return _dotPropImmutable2.default.get(prevState, prop) != _dotPropImmutable2.default.get(state, prop); | ||
} | ||
@@ -25,0 +32,0 @@ |
{ | ||
"name": "dot-store", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Like Redux, but easy", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
27162
428