browser-readablestream-to-it
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "browser-readablestream-to-it", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Turns a browser readble stream into an async iterator", | ||
"main": "index.js", | ||
"repository": "github:achingbrain/it", | ||
"homepage": "https://github.com/achingbrain/it#readme", | ||
"homepage": "https://github.com/achingbrain/it/tree/master/packages/browser-readablestream-to-it#readme", | ||
"bugs": "https://github.com/achingbrain/it/issues", | ||
@@ -23,3 +23,3 @@ "scripts": { | ||
"chai": "^4.2.0", | ||
"it-all": "^1.0.5", | ||
"it-all": "^1.0.6", | ||
"mocha": "8.0.1", | ||
@@ -30,3 +30,4 @@ "playwright-test": "^0.7.1", | ||
}, | ||
"types": "dist/index.d.ts" | ||
"types": "dist/index.d.ts", | ||
"gitHead": "29126fa87dae108acef381693812f22ac8f9362b" | ||
} |
# browser-readablestream-to-it | ||
[![Build status](https://travis-ci.org/achingbrain/it.svg?branch=master)](https://travis-ci.org/achingbrain/it?branch=master) [![Coverage Status](https://coveralls.io/repos/github/achingbrain/it/badge.svg?branch=master)](https://coveralls.io/github/achingbrain/it?branch=master) [![Dependencies Status](https://david-dm.org/achingbrain/it/status.svg?path=packages/it-all)](https://david-dm.org/achingbrain/it?path=packages/it-all) | ||
[![Build status](https://github.com/achingbrain/it/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/achingbrain/it/actions/workflows/test.yml) [![Coverage Status](https://coveralls.io/repos/github/achingbrain/it/badge.svg?branch=master)](https://coveralls.io/github/achingbrain/it?branch=master) [![Dependencies Status](https://david-dm.org/achingbrain/it/status.svg?path=packages/it-all)](https://david-dm.org/achingbrain/it?path=packages/it-all) | ||
@@ -5,0 +5,0 @@ > Turns a browser readable stream into an async iterator |
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
8493