asynciterator
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -659,2 +659,3 @@ /** | ||
protected _closeWhenDone(): void; | ||
protected _end(destroy: boolean): void; | ||
} | ||
@@ -775,4 +776,4 @@ /** | ||
declare type InternalSource<T> = AsyncIterator<T> & { | ||
_destination: AsyncIterator<any>; | ||
_destination?: AsyncIterator<any>; | ||
}; | ||
export {}; |
{ | ||
"name": "asynciterator", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "An asynchronous iterator library for advanced object pipelines.", | ||
@@ -54,3 +54,3 @@ "author": "Ruben Verborgh <ruben@verborgh.org>", | ||
"jsdoc": "^3.5.5", | ||
"mocha": "^8.0.0", | ||
"mocha": "^9.0.0", | ||
"sinon": "^7.2.7", | ||
@@ -57,0 +57,0 @@ "sinon-chai": "^3.3.0", |
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
190961
4405