Gathering detailed insights and metrics for @ljharb/resumer
Gathering detailed insights and metrics for @ljharb/resumer
Gathering detailed insights and metrics for @ljharb/resumer
Gathering detailed insights and metrics for @ljharb/resumer
a through stream that starts paused and resumes on the next tick
npm install @ljharb/resumer
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99.1
Supply Chain
90.3
Quality
75.4
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
14,754,097
Last Day
17,074
Last Week
267,153
Last Month
1,136,735
Last Year
9,964,810
MIT License
2 Stars
30 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Sep 03, 2023
Minified
Minified + Gzipped
Latest Version
0.1.3
Package Id
@ljharb/resumer@0.1.3
Unpacked Size
12.92 kB
Size
5.39 kB
File Count
13
NPM Version
10.5.0
Node Version
21.7.0
Published on
Mar 09, 2024
Cumulative downloads
Total Downloads
Note: This package is a fork of https://npmjs.com/resumer, and builds off of it.
Return a through stream that starts out paused and resumes on the next tick, unless somebody called .pause()
.
This module has the same signature as through.
1var resumer = require('resumer'); 2var s = createStream(); 3s.pipe(process.stdout); 4 5function createStream () { 6 var stream = resumer(); 7 stream.queue('beep boop\n'); 8 return stream; 9}
$ node example/resume.js
beep boop
1var resumer = require('@ljharb/resumer')
Return a new through stream from write
and end
, which default to pass-through .queue()
functions if not specified.
The stream starts out paused and will be resumed on the next tick unless you call .pause()
first.
write
and end
get passed directly through to through.
With npm do:
npm install @ljharb/resumer
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreLast Day
-20.1%
17,074
Compared to previous day
Last Week
-7.6%
267,153
Compared to previous week
Last Month
15.4%
1,136,735
Compared to previous month
Last Year
108.1%
9,964,810
Compared to previous year