Installations
npm install git-parse-human2
Developer Guide
Typescript
No
Module System
CommonJS
NPM Version
1.3.14
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
Download Statistics
Total Downloads
101,402
Last Day
22
Last Week
87
Last Month
544
Last Year
6,548
GitHub Statistics
5 Commits
3 Watching
1 Branches
1 Contributors
Bundle Size
321.00 B
Minified
251.00 B
Minified + Gzipped
Package Meta Information
Latest Version
0.0.1
Package Id
git-parse-human2@0.0.1
Size
1.12 kB
NPM Version
1.3.14
Publised On
19 May 2014
Total Downloads
Cumulative downloads
Total Downloads
101,402
Last day
-24.1%
22
Compared to previous day
Last week
-60.8%
87
Compared to previous week
Last month
68.9%
544
Compared to previous month
Last year
-7.6%
6,548
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
1
git-parse-human2
Parse author and committer names from git commit data.
1var human = require('git-parse-human2'); 2var committer = 'Chris Dickinson <christopher.s.dickinson@gmail.com> 1363906748 -0700'; 3 4console.log(human(committer)); 5// outputs the following: 6/* 7{ 8 name: 'Chris Dickinson', 9 email: 'christopher.s.dickinson@gmail.com', 10 timestamp: 1363906748, 11 timezone: '-0700' 12} 13*/
API
human(str) -> result object | null
Parse a human, returning an object with their name, their email, the commit timestamp in seconds and the commit timezone offset.
License
MIT
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
Found 0/5 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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/10
Last Scanned on 2025-01-27
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