async-iterator-to-pull-stream
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "async-iterator-to-pull-stream", | ||
"version": "1.0.0", | ||
"description": "Convert a pull stream to an (async) iterator", | ||
"version": "1.0.1", | ||
"description": "Convert a (async) iterator to a pull stream", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ # async-iterator-to-pull-stream | ||
> Convert a pull stream to an (async) iterator | ||
> Convert a (async) iterator to a pull stream | ||
@@ -8,0 +8,0 @@ ## Install |
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
4642