New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

extra-array

Package Overview
Dependencies
Maintainers
1
Versions
858
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.22 to 4.1.23

2

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

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

@@ -25,6 +25,2 @@ An [array] is a collection of values, stored contiguously.<br>

With our package, you can simplify the implementation of complex algorithms, and
be able to achieve your goals faster, regardless of your level of expertise. Try
it out today and discover how it can transform your development experience!
We use a consistent naming scheme that helps you quickly identify the functions

@@ -35,11 +31,14 @@ you need. All functions except `from*()` take array as 1st parameter. Some

modify the array itself, while functions like `swap$()` *do modify (update)* the
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
from other programming languages such as *Haskell*, *Python*, *Java*, and
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 from
other programming languages such as *Haskell*, *Python*, *Java*, and
*Processing*.
With this package, you can simplify the implementation of complex algorithms,
and be able to achieve your goals faster, regardless of your level of expertise.
Try it out today and discover how it can transform your development experience!
This package is available in *Node.js* and *Web* formats. To use it on the web,
simply use the `extra_array` global variable after loading with a `<script>`
tag from the [jsDelivr CDN].
simply use the `extra_array` global variable after loading with a `<script>` tag
from the [jsDelivr CDN].

@@ -46,0 +45,0 @@ > Stability: [Experimental](https://www.youtube.com/watch?v=L1j93RnIxEo).

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