Gathering detailed insights and metrics for lestream
Gathering detailed insights and metrics for lestream
npm install lestream
Typescript
Module System
Node Version
NPM Version
67.5
Supply Chain
79.1
Quality
74.4
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
18,415
Last Day
1
Last Week
4
Last Month
14
Last Year
509
3 Commits
23 Watching
1 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.2
Package Id
lestream@1.0.2
Size
2.50 kB
NPM Version
1.4.21
Node Version
0.10.25
Cumulative downloads
Total Downloads
Last day
-50%
1
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
250%
14
Compared to previous month
Last year
-30.8%
509
Compared to previous year
lestream is a stream client for Logentries token based TCP endpoints for continuous log shipping. It has auto reconnect and buffering semantics. lestream does not provide object serialization or timestamping. It is intended for low level usage. I created it to use the cli interface and tail log files easily to logentries.
npm install lestream
npm install -g lestream
Cli tool can read stdlib and stream logs to Logentries. It autoreconnects / buffers data and runs until the input stream is closed.
$ tail -f log.txt | lestream -t <TOKEN>
$ lestream -h
Usage: lestream [options]
Options:
-h, --help output usage information
-t, --token [token] logentries host token
--host [hostname] logentries hostname (default: data.logentries.com)
--port <port> logentries port (default: 10000)
-b, --maxbuffer <len> maximum buffered line count before starting to drop log entries (default: none)
var lestream = require("lestream");
var logstream = lestream({
token: "TOKEN",
host: "data.logentries.com", //optional
port: 10000 //optional
})
logstream.write("Log line");
Ekin Koc ekin@eknkc.com
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-03
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