Comparing version 2.4.0 to 2.4.1
@@ -416,3 +416,7 @@ // Load modules | ||
var msgs = Array.prototype.slice.call(arguments, 1); | ||
var msgs = []; | ||
for (var i = 1, il = arguments.length; i < il; ++i) { | ||
msgs.push(arguments[i]); // Avoids Array.slice arguments leak, allowing for V8 optimizations | ||
} | ||
msgs = msgs.map(function (msg) { | ||
@@ -419,0 +423,0 @@ |
{ | ||
"name": "hoek", | ||
"description": "General purpose node utilities", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"repository": "git://github.com/hapijs/hoek", | ||
@@ -6,0 +6,0 @@ "main": "index", |
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
113066
1679