Comparing version 2.1.0 to 2.2.0
@@ -51,3 +51,3 @@ "use strict"; | ||
Object.keys(partial).forEach(function(key) { | ||
if (isObject(currentValue[key])) { | ||
if (isObject(currentValue[key] && partial[key])) { | ||
previous[key] = previously(currentValue[key], partial[key]); | ||
@@ -54,0 +54,0 @@ } else { |
{ | ||
"name": "storeit", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "A key/value storage system that publishes events.", | ||
@@ -25,2 +25,7 @@ "main": "./lib/Storeit.js", | ||
"url": "http://donavon.com" | ||
}, | ||
{ | ||
"name": "Paul Bouzakis", | ||
"email": "coding@paulbouzakis.com", | ||
"url": "http://paulbouzakis.com" | ||
} | ||
@@ -43,3 +48,3 @@ ], | ||
"pubit-as-promised": "~1.1.1", | ||
"q": "0.8.12 - 1", | ||
"q": "~1.2.1", | ||
"underscore": "~1.7.0" | ||
@@ -46,0 +51,0 @@ }, |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
42885
1