Comparing version 0.2.3 to 0.2.4
@@ -132,3 +132,3 @@ /** | ||
if (sort) { | ||
xs = xs.sort(function (a, b) { return a - b; }); | ||
xs = xs.slice(0).sort(function (a, b) { return a - b; }); | ||
} | ||
@@ -135,0 +135,0 @@ for (var sample = 0; sample < length; sample += step) { |
{ | ||
"name": "tarry", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Utility library for manipulating JavaScript Arrays", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
13778