extra-array
Advanced tools
Comparing version 4.1.39 to 4.1.40
@@ -490,2 +490,4 @@ 'use strict'; | ||
function middle(x, i, n = 1) { | ||
var i = index(x, i); | ||
var n = Math.max(n, 0); | ||
return x.slice(i, i + n); | ||
@@ -492,0 +494,0 @@ } |
{ | ||
"name": "extra-array", | ||
"version": "4.1.39", | ||
"version": "4.1.40", | ||
"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
191950
5275