Gathering detailed insights and metrics for steno
Gathering detailed insights and metrics for steno
npm install steno
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99.7
Supply Chain
81.1
Quality
76.1
Maintenance
100
Vulnerability
100
License
JavaScript (97.52%)
Shell (2.48%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
133,196,534
Last Day
7,003
Last Week
7,003
Last Month
2,370,567
Last Year
34,648,459
682 Stars
156 Commits
41 Forks
7 Watching
2 Branches
9 Contributors
Latest Version
4.0.2
Package Id
steno@4.0.2
Unpacked Size
6.92 kB
Size
3.07 kB
File Count
5
NPM Version
10.2.3
Node Version
20.10.0
Publised On
26 Dec 2023
Cumulative downloads
Total Downloads
Last day
0%
7,003
Compared to previous day
Last week
-98.7%
7,003
Compared to previous week
Last month
-12.5%
2,370,567
Compared to previous month
Last year
20%
34,648,459
Compared to previous year
Specialized fast async file writer
Steno makes writing to the same file often/concurrently fast and safe.
Used in lowdb.
https://en.wikipedia.org/wiki/Stenotype
1import { Writer } from 'steno' 2 3// Create a singleton writer 4const file = new Writer('file.txt') 5 6// Use it in the rest of your code 7async function save() { 8 await file.write('some data') 9}
npm run benchmark
(see src/benchmark.ts
)
Write 1KB data to the same file x 1000
fs : 62ms
steno : 1ms
Write 1MB data to the same file x 1000
fs : 2300ms
steno : 5ms
Steno uses a smart queue and avoids unnecessary writes.
MIT - Typicode
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
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