asynciterator
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -356,2 +356,3 @@ /** | ||
private _buffer?; | ||
protected _sourceStarted: boolean; | ||
/** | ||
@@ -402,2 +403,3 @@ Creates a new `ArrayIterator`. | ||
protected _pushedCount: number; | ||
protected _sourceStarted: boolean; | ||
/** | ||
@@ -507,3 +509,2 @@ Creates a new `BufferedIterator`. | ||
protected _createSource?: (() => AsyncIteratorOrPromise<S>) | null; | ||
protected _sourceStarted: boolean; | ||
protected _destroySource: boolean; | ||
@@ -542,6 +543,2 @@ protected _optional: boolean; | ||
/** | ||
Tries to read a transformed item. | ||
*/ | ||
read(): D | null; | ||
/** | ||
Tries to read transformed items. | ||
@@ -548,0 +545,0 @@ */ |
{ | ||
"name": "asynciterator", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"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
177894
4101