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

extra-iterable

Package Overview
Dependencies
Maintainers
1
Versions
468
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-iterable - npm Package Compare versions

Comparing version 3.0.142 to 3.0.143

4

package.json
{
"name": "extra-iterable",
"version": "3.0.142",
"description": "An iterable is a sequence of values.",
"version": "3.0.143",
"description": "A collection of functions for operating upon iterables.",
"main": "index.js",

@@ -6,0 +6,0 @@ "module": "index.mjs",

@@ -1,2 +0,2 @@

An [iterable] is a sequence of values.<br>
A collection of functions for operating upon iterables.<br>
📦 [Node.js](https://www.npmjs.com/package/extra-iterable),

@@ -8,8 +8,9 @@ 🌐 [Web](https://www.npmjs.com/package/extra-iterable.web),

Assumption here is that an iterable can only be iterated over once. Methods
which require multiple iterations preserve old values in a backup array using
[toMany]. Many methods accept both compare and map functions, and in some cases
using **only** a map function enables *faster comparision* (like [unique]).
I borrowed a lot of ideas from Haskell, Elm, Python, Basic, Lodash, and other
NPM packages. These are mentioned in references of each method.
An [iterable] is a sequence of values. Assumption here is that an iterable can
only be iterated over once. Methods which require multiple iterations preserve
old values in a backup array using [toMany]. Many methods accept both compare
and map functions, and in some cases using **only** a map function enables
*faster comparision* (like [unique]). I borrowed a lot of ideas from Haskell,
Elm, Python, Basic, Lodash, and other NPM packages. These are mentioned in
references of each method.

@@ -16,0 +17,0 @@ This package is available in *Node.js* and *Web* formats. The web format

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