Gathering detailed insights and metrics for filebeat-logger
Gathering detailed insights and metrics for filebeat-logger
npm install filebeat-logger
Typescript
Module System
Min. Node Version
Node Version
NPM Version
67.7
Supply Chain
75.1
Quality
76.1
Maintenance
100
Vulnerability
100
License
TypeScript (100%)
Total Downloads
23,834
Last Day
34
Last Week
117
Last Month
559
Last Year
7,100
5 Stars
259 Commits
2 Watching
3 Branches
5 Contributors
Minified
Minified + Gzipped
Latest Version
1.3.3
Package Id
filebeat-logger@1.3.3
Unpacked Size
29.13 kB
Size
9.73 kB
File Count
13
NPM Version
10.7.0
Node Version
20.15.0
Publised On
05 Jul 2024
Cumulative downloads
Total Downloads
Last day
70%
34
Compared to previous day
Last week
-15.8%
117
Compared to previous week
Last month
-7%
559
Compared to previous month
Last year
-25.2%
7,100
Compared to previous year
A winston logger that prints json lines in elastic common schema format
1npm install --save filebeat-logger
1const filebeatLogger = require('filebeat-logger') 2const logger = filebeatLogger.create({ 3 logLevel: 'debug', // 'info' by default 4 printTimestamp: false, // true by default 5 keysOrder: ['@timestamp', 'message'], // ["@timestamp", "log.level", "message"] by default 6 stderrLevels: ['warn', 'error'], // ["error", "warn", "warning"] by default 7}); 8 9logger.info('I am an info message') 10// {"@timestamp":"2022-01-30T14:49:00.323Z","message": "I am an info message","log.level":"info"}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
SAST tool is not run on all commits -- score normalized to 3
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
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