Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "underskore", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "[Underscore.js](http://underscorejs.org/) and a little more", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# underskore | ||
[Underscore.js](http://underscorejs.org/) and a little more | ||
+ **delta** `_.diff(object, source)` | ||
+ **delta** `_.delta(object, source)` | ||
Returns an object with the values from `object` that are different from the corresponding values in `source`. | ||
@@ -6,0 +6,0 @@ |
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
2044