New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.115 to 3.0.116

2

index.d.ts

@@ -1123,3 +1123,3 @@ /**

* @param x an iterable
* @returns TODO
* @returns x[|x|-1], x[|x|-2], ..., x[1], x[0]
* */

@@ -1126,0 +1126,0 @@

@@ -959,3 +959,3 @@ 'use strict';

var a = from$(x);
for (var i = a.length - 1; i >= 0; i--)
for (var i = a.length - 1; i >= 0; --i)
yield a[i];

@@ -962,0 +962,0 @@ }

{
"name": "extra-iterable",
"version": "3.0.115",
"version": "3.0.116",
"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