Gathering detailed insights and metrics for lzw-compressor
Gathering detailed insights and metrics for lzw-compressor
Gathering detailed insights and metrics for lzw-compressor
Gathering detailed insights and metrics for lzw-compressor
npm install lzw-compressor
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
6 Stars
11 Commits
11 Forks
3 Watchers
1 Branches
3 Contributors
Updated on May 26, 2025
Latest Version
21.6.5
Package Id
lzw-compressor@21.6.5
Unpacked Size
16.01 kB
Size
5.61 kB
File Count
5
NPM Version
7.7.6
Node Version
15.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
LZW compressor module from Glize library.
1npm install lzw-compressor --save
1import { compress, decompress } from 'lzw-compressor'; 2 3/** 4 * Compress data string using LZW lossless data compression algorithm. 5 * @param {string} str Data to compress. 6 * @return {string} Returns compressed data. 7 */ 8const encoded = compress(input); 9 10/** 11 * Decompress data string compressed with the LZW algorithm. 12 * @param {string} str Data to compress. 13 * @return {string} Returns compressed data. 14 */ 15const decoded = decompress(encoded);
For more information please visit Glize project page.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
SAST tool detected: CodeQL
Details
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/11 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
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
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
security policy file not detected
Details
Score
Last Scanned on 2025-07-14
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