Gathering detailed insights and metrics for strip-bom-stream
Gathering detailed insights and metrics for strip-bom-stream
Gathering detailed insights and metrics for strip-bom-stream
Gathering detailed insights and metrics for strip-bom-stream
npm install strip-bom-stream
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99.3
Supply Chain
65.5
Quality
75.2
Maintenance
100
Vulnerability
100
License
JavaScript (67.32%)
TypeScript (32.68%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
33 Stars
14 Commits
4 Forks
6 Watchers
1 Branches
3 Contributors
Updated on Jun 20, 2025
Latest Version
5.0.0
Package Id
strip-bom-stream@5.0.0
Size
1.73 kB
NPM Version
7.10.0
Node Version
12.22.1
Published on
Aug 15, 2021
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
5
Strip UTF-8 byte order mark (BOM) from a stream
From Wikipedia:
The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8.
$ npm install strip-bom-stream
1import fs from 'node:fs'; 2import stripBomStream from 'strip-bom-stream'; 3 4fs.createReadStream('unicorn.txt') 5 .pipe(stripBomStream()) 6 .pipe(fs.createWriteStream('unicorn.txt'));
It's a Transform
stream.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
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
Found 0/14 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
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 More