Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@extra-array/get.min

Package Overview
Dependencies
Maintainers
1
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extra-array/get.min - npm Package Compare versions

Comparing version
2.3.6
to
2.3.7
+3
-3
_index.js
/**
* Gets true index to array (+ve).
* Gets absolute index within array.
* @param {Array} x an array
* @param {number} i index (+ve, -ve)
* @returns {number} +ve index
* @param {number} i index (+ve/-ve)
* @returns {number} index
*/

@@ -7,0 +7,0 @@ function index(x, i) {

{
"name": "@extra-array/get.min",
"version": "2.3.6",
"version": "2.3.7",
"description": "Gets value at index (+ve, -ve).",

@@ -5,0 +5,0 @@ "main": "index.js",