Gathering detailed insights and metrics for kafkajs-snappy
Gathering detailed insights and metrics for kafkajs-snappy
Gathering detailed insights and metrics for kafkajs-snappy
Gathering detailed insights and metrics for kafkajs-snappy
npm install kafkajs-snappy
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
6 Stars
12 Commits
5 Forks
4 Watching
1 Branches
1 Contributors
Updated on 16 Oct 2024
JavaScript (73.3%)
Shell (26.7%)
Cumulative downloads
Total Downloads
Last day
17.4%
15,643
Compared to previous day
Last week
10.4%
74,283
Compared to previous week
Last month
25.1%
293,341
Compared to previous month
Last year
-25.9%
3,154,412
Compared to previous year
Snappy codec for KafkaJS
1npm install kafkajs-snappy 2# yarn add kafkajs-snappy
1const { CompressionTypes, CompressionCodecs } = require('kafkajs') 2const SnappyCodec = require('kafkajs-snappy') 3 4CompressionCodecs[CompressionTypes.Snappy] = SnappyCodec
See LICENSE for more details.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/11 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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
64 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