Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extra-array

Package Overview
Dependencies
Maintainers
1
Versions
856
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-array - npm Package Compare versions

Comparing version 4.1.19 to 4.1.20

2

package.json
{
"name": "extra-array",
"version": "4.1.19",
"version": "4.1.20",
"description": "An array is a collection of values, stored contiguously.",

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

@@ -19,3 +19,3 @@ An [array] is a collection of values, stored contiguously.<br>

possible **arrangements** or **random arrangements**, **finding** an element,
**taking/dropping** elements or **scanning** from the begining or end the of an
**taking/dropping** elements or **scanning** from the beginning or end the of an
array, **searching** the index of a part of the array, performing **functional**

@@ -34,4 +34,4 @@ operations, **flattening** multi-level arrays, obtaining **prefix sum**,

modify the array itself, while functions like `swap$()` *do modify (update)* the
array itself. Some functions accept a map function for *faster comparision*,
such as `unique()`. Furher, functions which return an iterable instead of an
array itself. Some functions accept a map function for *faster comparison*,
such as `unique()`. Further, functions which return an iterable instead of an
array are prefixed with `i`, such as `isubsequences()`. We borrow some names

@@ -38,0 +38,0 @@ from other programming languages such as *Haskell*, *Python*, *Java*, and

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc