Gathering detailed insights and metrics for @slack/logger
Gathering detailed insights and metrics for @slack/logger
Gathering detailed insights and metrics for @slack/logger
Gathering detailed insights and metrics for @slack/logger
npm install @slack/logger
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99.1
Supply Chain
76
Quality
82.8
Maintenance
100
Vulnerability
100
License
@slack/web-api@7.9.3
Updated on Jun 19, 2025
@slack/web-api@7.9.2
Updated on May 20, 2025
@slack/socket-mode@2.0.4
Updated on Mar 27, 2025
@slack/rtm-api@7.0.3
Updated on Mar 27, 2025
@slack/oauth@3.0.3
Updated on Mar 26, 2025
@slack/web-api@7.9.1
Updated on Mar 26, 2025
TypeScript (90.1%)
JavaScript (9.67%)
Ruby (0.16%)
Shell (0.06%)
Total Downloads
292,348,987
Last Day
111,320
Last Week
2,759,560
Last Month
11,983,173
Last Year
122,475,230
MIT License
3,327 Stars
2,666 Commits
675 Forks
121 Watchers
39 Branches
182 Contributors
Updated on Jul 05, 2025
Minified
Minified + Gzipped
Latest Version
4.0.0
Package Id
@slack/logger@4.0.0
Unpacked Size
12.08 kB
Size
3.80 kB
File Count
6
NPM Version
9.6.6
Node Version
20.2.0
Published on
Aug 25, 2023
Cumulative downloads
Total Downloads
Last Day
-9.6%
111,320
Compared to previous day
Last Week
-9.1%
2,759,560
Compared to previous week
Last Month
2.1%
11,983,173
Compared to previous month
Last Year
55.6%
122,475,230
Compared to previous year
1
The @slack/logger
package is intended to be used as a simple logging interface that supports verbosity levels.
This package supports Node v18 and higher. It's highly recommended to use the latest LTS version of node, and the documentation is written using syntax and features from that version.
1$ npm install @slack/logger
This package exports a ConsoleLogger
class, a generic Logger
interface and a LogLevel
enum.
The source code is short (~150 lines of code), so check out src/index.ts
for details, but the ConsoleLogger
API
mimics the default node console
API with three additions:
getLevel()
: returns the currently-specific LogLevel
of the logger.setLevel(LogLevel)
: sets the LogLevel
of the logger.setName(string)
: sets a prefix to display in logs. Useful if you have multiple loggers active.If you get stuck, we're here to help. The following are the best ways to get assistance working through your issue:
developers@slack.com
No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 12 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
3 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
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
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
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