extra-array
Advanced tools
Comparing version 4.1.28 to 4.1.29
@@ -1333,2 +1333,5 @@ 'use strict'; | ||
var a = []; | ||
if (n < 0) | ||
return a; | ||
var s = Math.max(s, 1); | ||
for (var i = 0, I = x.length; i < I; i += s) | ||
@@ -1335,0 +1338,0 @@ a.push(x.slice(i, i + n)); |
{ | ||
"name": "extra-array", | ||
"version": "4.1.28", | ||
"version": "4.1.29", | ||
"description": "An array is a collection of values, stored contiguously.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
191213
5247