Gathering detailed insights and metrics for @a-2-c-2-anpm/ad-deleniti-tempore
Gathering detailed insights and metrics for @a-2-c-2-anpm/ad-deleniti-tempore
Gathering detailed insights and metrics for @a-2-c-2-anpm/ad-deleniti-tempore
Gathering detailed insights and metrics for @a-2-c-2-anpm/ad-deleniti-tempore
npm install @a-2-c-2-anpm/ad-deleniti-tempore
Typescript
Module System
Node Version
NPM Version
58
Supply Chain
48.1
Quality
74.8
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
365
Last Day
8
Last Week
74
Last Month
156
Last Year
365
MIT License
2,926 Commits
1 Watchers
1 Branches
1 Contributors
Updated on May 11, 2025
Latest Version
1.0.0
Package Id
@a-2-c-2-anpm/ad-deleniti-tempore@1.0.0
Unpacked Size
18.07 kB
Size
6.55 kB
File Count
8
NPM Version
10.5.0
Node Version
20.12.2
Published on
May 11, 2024
Cumulative downloads
Total Downloads
Last Day
0%
8
Compared to previous day
Last Week
23.3%
74
Compared to previous week
Last Month
403.2%
156
Compared to previous month
Last Year
0%
365
Compared to previous year
30
Converts a Web-API readable stream into a Node.js readable stream.
Install via npm:
1npm install readable-web-to-node-stream
or yarn:
1yarn add readable-web-to-node-stream
Source is written in TypeScript and compiled to ECMAScript 2017 (ES8).
Unit tests are performed on the following browsers:
Import readable-web-stream-to-node in JavaScript:
1const {ReadableWebToNodeStream} = require('readable-web-to-node-stream'); 2 3async function download(url) { 4 const response = await fetch(url); 5 const readableWebStream = response.body; 6 const nodeStream = new ReadableWebToNodeStream(readableWebStream); 7}
constructor(stream: ReadableStream): Promise
stream: ReadableStream
: the Web-API readable stream.
close(): Promise
waitForReadToComplete(): Promise
(The MIT License)
Copyright (c) 2019 Borewit
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
No security vulnerabilities found.