0.3.9 • Published 6 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
6 months ago
0.3.6
7 months ago
0.3.8
6 months ago
0.3.7
7 months ago
0.3.5
7 months ago
0.3.4
7 months ago
0.3.3
7 months ago
0.3.0
7 months ago
0.3.2
7 months ago
0.2.3
7 months ago
0.3.1
7 months ago
0.2.2
8 months ago
0.2.1
8 months ago
0.2.0
10 months ago
0.1.17
10 months ago
0.1.16
11 months ago
0.1.15
12 months ago
0.1.14
1 year ago
0.1.13
2 years 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