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.118 to 3.0.119

6

index.d.ts

@@ -1094,5 +1094,5 @@ /**

* @param x an iterable
* @param n chunk size (1)
* @param s chunk step (n)
* @returns TODO
* @param n chunk size [1]
* @param s chunk step [n]
* @returns x[0..n], x[s..s+n], x[2s..2s+n], ...
* */

@@ -1099,0 +1099,0 @@

@@ -932,3 +932,5 @@ 'use strict';

continue;
yield a;
do {
yield a;
} while (s <= 0);
a = a.slice(s);

@@ -935,0 +937,0 @@ m = a.length;

{
"name": "extra-iterable",
"version": "3.0.118",
"version": "3.0.119",
"description": "An iterable is a sequence of values.",

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

Sorry, the diff of this file is not supported yet

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