https://github.com/comunica/readable-from-web.js

Experimental converter from WHATWG ReadableStream to readable-stream Readable

https://github.com/comunica/readable-from-web.js

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Experimental converter from WHATWG ReadableStream to readable-stream Readable

Basic Info
  • Host: GitHub
  • Owner: comunica
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 615 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Created over 2 years ago · Last pushed 12 months ago
Metadata Files
Readme License

README.md

Readable from Web

CI Coverage Version

An experimental converter from WHATWG ReadableStream to readable-stream Readable, loosely following the functionality of Node's own implementation of Readable.fromWeb to the extent possible without introducing anything new.

Install

This package can be installed via npm.

bash npm install readable-from-web

Usage

```js import { readableFromWeb } from 'readable-from-web';

async function example(request, init) { const response = await fetch(request, init); const whatwgReadableStream = fetch.body; const readableStreamReadable = readableFromWeb(whatwgReadableStream); } ```

License

This code is released under the MIT license.

Owner

  • Name: Comunica
  • Login: comunica
  • Kind: organization
  • Location: Ghent, Belgium

Flexible SPARQL and GraphQL over decentralized RDF on the Web.

GitHub Events

Total
  • Delete event: 2
  • Issue comment event: 5
  • Push event: 6
  • Pull request event: 4
  • Create event: 3
Last Year
  • Delete event: 2
  • Issue comment event: 5
  • Push event: 6
  • Pull request event: 4
  • Create event: 3

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 53
  • Total Committers: 1
  • Avg Commits per committer: 53.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
surilindur s****r 53

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 1.73
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: about 15 hours
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 1.75
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
Pull Request Authors
  • surilindur (12)
  • dependabot[bot] (8)
Top Labels
Issue Labels
Pull Request Labels
dependencies (8)

Packages

  • Total packages: 1
  • Total downloads:
    • npm 17,995 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 2
npmjs.org: readable-from-web

Experimental converter from WHATWG ReadableStream to readable-stream Readable

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 17,995 Last month
Rankings
Dependent repos count: 32.2%
Average: 39.1%
Dependent packages count: 46.1%
Maintainers (2)
Last synced: 10 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • coverallsapp/github-action v2 composite
.github/workflows/publish.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
package.json npm
  • @rubensworks/eslint-config ^3.0.0 development
  • @types/jest ^29.0.0 development
  • eslint ^8.0.0 development
  • husky ^9.0.0 development
  • jest ^29.0.0 development
  • readable-stream-node-to-web ^1.0.0 development
  • stream-to-string ^1.0.0 development
  • streamify-string ^1.0.0 development
  • ts-jest ^29.0.0 development
  • typescript ^5.0.0 development
  • @types/readable-stream ^4.0.0
  • readable-stream ^4.0.0
yarn.lock npm
  • 709 dependencies