Comparing version 2.0.1 to 2.0.2
@@ -216,2 +216,4 @@ var EventEmitter = require('events').EventEmitter | ||
}) | ||
} else if (!read.readable) { | ||
done() | ||
} else { | ||
@@ -235,2 +237,4 @@ read(next) | ||
}) | ||
} else if (!read.readable) { | ||
done() | ||
} else { | ||
@@ -237,0 +241,0 @@ read(next) |
{ | ||
"name": "chanel", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Channel-based control-flow for parallel tasks with concurrency control", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12520
230
0