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

mergeiterator

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mergeiterator - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

4

distr/mergeiterator.js

@@ -104,3 +104,5 @@ "use strict";

if (done) {
returnedValues.value = value;
if (value !== undefined) {
returnedValues.value = value;
}
iteratorFinished();

@@ -107,0 +109,0 @@ } else {

{
"name": "mergeiterator",
"version": "1.1.6",
"version": "1.1.7",
"description": "merges async iterators",

@@ -5,0 +5,0 @@ "keywords": [

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