Gathering detailed insights and metrics for whatsapp-message-filter
Gathering detailed insights and metrics for whatsapp-message-filter
Gathering detailed insights and metrics for whatsapp-message-filter
Gathering detailed insights and metrics for whatsapp-message-filter
npm install whatsapp-message-filter
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
23 Commits
1 Forks
2 Watchers
3 Branches
2 Contributors
Updated on Mar 04, 2023
Latest Version
0.0.4
Package Id
whatsapp-message-filter@0.0.4
Unpacked Size
3.21 kB
Size
1.44 kB
File Count
4
NPM Version
6.4.0
Node Version
8.11.4
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
Filter a chat history file
1# npm 2npm install -g whatsapp-message-filter 3whatsapp-message-filter --input ./file.txt --message "great!" 4 5# npx 6npx whatsapp-message-filter --input ./file.txt --message "great!" 7 8# yarn 9yarn global add whatsapp-message-filter 10npx whatsapp-message-filter --input ./file.txt --message "great!"
1# npm 2npm install whatsapp-message-filter 3 4# or yarn 5yarn add whatsapp-message-filter
1const fs = require("fs"); 2const what = require("whatsapp-message-filter"); 3const file = fs.readFileSync("./file.txt", "utf-8"); 4const arr = what(file, "message"); 5 6// [{ 7// raw: string, 8// date: string, 9// time: string, 10// user: string, 11// message: string 12// }, ...]
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/15 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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
license file not detected
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
24 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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