Gathering detailed insights and metrics for pino-stackdriver
Gathering detailed insights and metrics for pino-stackdriver
Gathering detailed insights and metrics for pino-stackdriver
Gathering detailed insights and metrics for pino-stackdriver
npm install pino-stackdriver
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
62 Stars
186 Commits
21 Forks
4 Watching
17 Branches
10 Contributors
Updated on 31 Aug 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-8.9%
955
Compared to previous day
Last week
7.8%
5,429
Compared to previous week
Last month
3.4%
21,340
Compared to previous month
Last year
-14.8%
265,581
Compared to previous year
This module provides a "transport" for pino that forwards messages to the Google Stackdriver log service through it's API.
You should install pino-stackdriver
globally for ease of use:
1npm install --production -g pino-stackdriver
This package internally uses the Google cloud logging library to call the Stackdriver Logging API. To be able to log to Stackdriver, some setup is needed on the Google Cloud platform.
Create a service account on the page Stackdriver Logging Client Libraries. This downloads a JSON file with the credentials required.
To use globally from command line:
1npm install -g pino-stackdriver
To include as a library in your project:
1npm install pino-stackdriver
Want to use pino-stackdriver
from the CLI?
See the CLI documentation for details.
Want to use pino-stackdriver
as a library in your project?
See the API documentation for details.
If you would like to help out with some code, check the details.
Not a coder, but still want to support? Have a look at the options available to donate.
Licensed under MIT.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 17/25 approved changesets -- score normalized to 6
Reason
security policy file detected
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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