extend-shallow
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -27,3 +27,2 @@ 'use strict'; | ||
// if (typeOf(obj) === 'object' && typeOf(obj) !== 'regexp') { | ||
if (typeOf(obj) === 'object' && typeOf(obj) !== 'regexp') { | ||
@@ -30,0 +29,0 @@ for (var key in obj) { |
{ | ||
"name": "extend-shallow", | ||
"description": "Extend an object with the properties of additional objects. node.js/javascript util.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"homepage": "https://github.com/jonschlinkert/extend-shallow", | ||
@@ -6,0 +6,0 @@ "author": { |
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
5151
29