extra-array
Advanced tools
Comparing version 4.1.31 to 4.1.32
@@ -1190,2 +1190,4 @@ 'use strict'; | ||
function moveWithin$(x, j = 0, i = 0, I = x.length) { | ||
var j = index(x, j); | ||
var [i, I] = indexRange(x, i, I); | ||
var p = x.slice(i, I), P = p.length; | ||
@@ -1192,0 +1194,0 @@ if (j < i) |
{ | ||
"name": "extra-array", | ||
"version": "4.1.31", | ||
"version": "4.1.32", | ||
"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
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
191433
5255