Gathering detailed insights and metrics for bole-console
Gathering detailed insights and metrics for bole-console
npm install bole-console
Typescript
Module System
Min. Node Version
NPM Version
72
Supply Chain
82.8
Quality
75.3
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
204,479
Last Day
78
Last Week
691
Last Month
3,370
Last Year
49,335
2 Stars
21 Commits
2 Forks
1 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.10
Package Id
bole-console@0.1.10
Size
2.79 kB
NPM Version
1.4.28
Cumulative downloads
Total Downloads
Last day
-31.6%
78
Compared to previous day
Last week
-23.8%
691
Compared to previous week
Last month
-7.2%
3,370
Compared to previous month
Last year
11.6%
49,335
Compared to previous year
1
Plugin for the bole logger. Formats and colorizes the JSON object and prints it to the stdout.
1var bole = require('bole'); 2var boleConsole = require('bole-console'); 3 4var boleConsoleStream = boleConsole({ 5 timestamp: true, 6 requestDetails: true 7}); 8 9bole.output([ 10 { level: 'info', stream: boleConsoleStream } 11]); 12 13var log = bole('my-module');
Some outputs:
log.warn ({ foo: 'bar' }, 'baz')
log.error(new Error('foo'), 'bar')
log.info(request, 'foo')
module([options]) : Writable
Returns a new Writable stream instance.
Options:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/21 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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