0.3.9 • Published 5 months ago
@trenskow/stream-limiter v0.3.9
@trenskow/stream-limiter
A transform stream to limit the length of a stream.
Usage
const StreamLimiter = require('@trenskow/stream-limiter');
const myReadableStream = /* a readable stream */
const myWriteableStream = /* a writeable stream */
myReadableStream.pipe(new StreamLimiter(1000 /* (limit) */)).pipe(myWriteableStream)
LICENSE
See LICENSE
0.3.9
5 months ago
0.3.6
6 months ago
0.3.8
5 months ago
0.3.7
6 months ago
0.3.5
6 months ago
0.3.4
6 months ago
0.3.3
6 months ago
0.3.0
6 months ago
0.3.2
6 months ago
0.2.3
7 months ago
0.3.1
6 months ago
0.2.2
7 months ago
0.2.1
7 months ago
0.2.0
9 months ago
0.1.17
9 months ago
0.1.16
10 months ago
0.1.15
11 months ago
0.1.14
1 year ago
0.1.13
1 year ago
0.1.10
2 years ago
0.1.11
2 years ago
0.1.12
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.9
2 years ago
0.1.6
2 years ago
0.1.4
3 years ago
0.1.5
3 years ago
0.1.2
3 years ago
0.1.1
4 years ago
0.1.0
5 years ago