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

asyncjoin

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

asyncjoin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

join/SymmetricHashJoin.js

@@ -31,8 +31,6 @@

}
else
{
this.left.on('readable', () => this.readable = true);
this.right.on('readable', () => this.readable = true);
}
this.left.on('readable', () => this.readable = true);
this.right.on('readable', () => this.readable = true);
// this needs to be here since it's possible the left/right streams only get ended after there are no more results left

@@ -39,0 +37,0 @@ this.left.on ('end', () => { if (!this.hasResults()) this._end(); });

{
"name": "asyncjoin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Join library for asynciterator",

@@ -5,0 +5,0 @@ "license": "MIT",

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