Gathering detailed insights and metrics for persian-gender-detection
Gathering detailed insights and metrics for persian-gender-detection
Gathering detailed insights and metrics for persian-gender-detection
Gathering detailed insights and metrics for persian-gender-detection
npm install persian-gender-detection
Typescript
Module System
Node Version
NPM Version
78.2
Supply Chain
85.6
Quality
75.4
Maintenance
100
Vulnerability
81.3
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
GPL-3.0 License
42 Stars
8 Commits
6 Forks
6 Watchers
2 Branches
1 Contributors
Updated on Jul 12, 2025
Latest Version
2.1.0
Package Id
persian-gender-detection@2.1.0
Unpacked Size
408.36 kB
Size
61.18 kB
File Count
12
NPM Version
9.3.0
Node Version
18.13.0
Published on
Feb 08, 2023
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
A simple NPM package to detect gender by Persian first name. (With more than 6K names)
Install with NPM:
1$ npm install persian-gender-detection
With yarn:
1$ yarn add persian-gender-detection
1// Require module 2const { getGender } = require('persian-gender-detection'); 3 4// Detect gender 5getGender(' عــــلی '); // MALE 6getGender('نرگـــ😉ــس'); // FEMALE 7getGender('حســ😎ــن'); // MALE 8getGender('۱۲۳۹۹۳محمدعلی123'); // MALE 9getGender('۱۲۳مهناز۱۲۳'); // FEMALE
Feel free to submit issues and enhancement requests.
Please feel free to contribute names database with your kindly pull requests.
Licensed under GPL-3.0
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
4 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
Found 0/7 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
detected GitHub workflow tokens with excessive permissions
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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