Comparing version 1.2.1 to 1.2.2
@@ -26,3 +26,6 @@ | ||
this.readable = false; | ||
if (this.left.readable || this.right.readable) | ||
{ | ||
this.readable = true; | ||
} | ||
@@ -29,0 +32,0 @@ this.left.on('end', allowJoining.bind(this)); |
{ | ||
"name": "asyncjoin", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Join library for asynciterator", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12419
336