Gathering detailed insights and metrics for bole-console-lodash
Gathering detailed insights and metrics for bole-console-lodash
npm install bole-console-lodash
Typescript
Module System
Min. Node Version
Node Version
NPM Version
68.5
Supply Chain
86.2
Quality
74.9
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
889
Last Day
1
Last Week
4
Last Month
12
Last Year
67
25 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.0
Package Id
bole-console-lodash@1.1.0
Unpacked Size
7.26 kB
Size
3.18 kB
File Count
5
NPM Version
6.4.1
Node Version
10.16.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
1,100%
12
Compared to previous month
Last year
-47.2%
67
Compared to previous year
1
Forked to switch from clone
to lodash.deepClone
which solves an issue with cloning
error objects with read only properties.
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
no SAST tool detected
Details
Reason
Found 0/25 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
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