streamiterator
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -13,3 +13,4 @@ "use strict"; | ||
Object.defineProperty(_stream.Readable.prototype, Symbol.asyncIterator, { | ||
enumerable: false, | ||
writable: true, | ||
configurable: true, | ||
value: function asyncIterator() { | ||
@@ -16,0 +17,0 @@ return _streamiterator2.default.createStreamIterator(this)[Symbol.asyncIterator](); |
{ | ||
"name": "streamiterator", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "converts ReadableStream into AsyncIterator", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
113501
121