extra-array
Advanced tools
Comparing version 4.1.30 to 4.1.31
@@ -1199,2 +1199,3 @@ 'use strict'; | ||
var i = index(x, i); | ||
var n = Math.max(n, 0); | ||
return concat$(x.slice(0, i), vs, x.slice(i + n)); | ||
@@ -1201,0 +1202,0 @@ } |
{ | ||
"name": "extra-array", | ||
"version": "4.1.30", | ||
"version": "4.1.31", | ||
"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
191307
5251