asynciterator
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -505,2 +505,3 @@ /** | ||
protected _createSource?: (() => AsyncIteratorOrPromise<S>) | null; | ||
protected _sourceStarted: boolean; | ||
protected _destroySource: boolean; | ||
@@ -541,2 +542,6 @@ protected _optional: boolean; | ||
*/ | ||
read(): D | null; | ||
/** | ||
Tries to read transformed items. | ||
*/ | ||
protected _read(count: number, done: () => void): void; | ||
@@ -543,0 +548,0 @@ /** |
{ | ||
"name": "asynciterator", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "An asynchronous iterator library for advanced object pipelines.", | ||
@@ -5,0 +5,0 @@ "author": "Ruben Verborgh <ruben@verborgh.org>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
177266
4104
0