Comparing version 0.0.17 to 0.0.18
@@ -5,3 +5,3 @@ { | ||
"description": "Core JavaScript library for browser runtime", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "fish" |
@@ -88,3 +88,3 @@ /** | ||
var i, j, len, src, depth = depth || 0; | ||
var result = dest; | ||
var result = clone(dest); | ||
// var result = isDirect ? dest : clone(dest); | ||
@@ -91,0 +91,0 @@ if (depth >= maxDepth) { |
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
22445