browser-readablestream-to-it
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "browser-readablestream-to-it", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Turns a browser readble stream into an async iterator", | ||
@@ -23,3 +23,3 @@ "author": "Alex Potsides <alex@achingbrain.net>", | ||
"src", | ||
"dist/src", | ||
"dist", | ||
"!dist/test", | ||
@@ -139,4 +139,4 @@ "!**/*.tsbuildinfo" | ||
"aegir": "^38.1.7", | ||
"it-all": "^2.0.0" | ||
"it-all": "^3.0.0" | ||
} | ||
} |
# browser-readablestream-to-it <!-- omit in toc --> | ||
[![codecov](https://img.shields.io/codecov/c/github/achingbrain/it.svg?style=flat-square)](https://codecov.io/gh/achingbrain/it) | ||
[![CI](https://img.shields.io/github/workflow/status/achingbrain/it/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/achingbrain/it/actions/workflows/js-test-and-release.yml) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/achingbrain/it/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/achingbrain/it/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) | ||
@@ -11,6 +11,7 @@ > Turns a browser readble stream into an async iterator | ||
- [Install](#install) | ||
- [Browser `<script>` tag](#browser-script-tag) | ||
- [Usage](#usage) | ||
- [preventCancel](#preventcancel) | ||
- [License](#license) | ||
- [Contribute](#contribute) | ||
- [Contribution](#contribution) | ||
@@ -23,2 +24,10 @@ ## Install | ||
### Browser `<script>` tag | ||
Loading this module through a script tag will make it's exports available as `BrowserReadablestreamToIt` in the global namespace. | ||
```html | ||
<script src="https://unpkg.com/browser-readablestream-to-it/dist/index.min.js"></script> | ||
``` | ||
## Usage | ||
@@ -67,4 +76,4 @@ | ||
## Contribute | ||
## Contribution | ||
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. |
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
10027
9
68
77