Gathering detailed insights and metrics for @types/git-log-parser
Gathering detailed insights and metrics for @types/git-log-parser
npm install @types/git-log-parser
Typescript
Module System
66.2
Supply Chain
80.5
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
17,148
Last Day
32
Last Week
180
Last Month
809
Last Year
7,760
NOASSERTION License
49,403 Stars
88,897 Commits
30,334 Forks
640 Watchers
8 Branches
9,958 Contributors
Updated on Mar 12, 2025
Latest Version
1.2.3
Package Id
@types/git-log-parser@1.2.3
Unpacked Size
3.98 kB
Size
1.75 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
18.5%
32
Compared to previous day
Last Week
-13.5%
180
Compared to previous week
Last Month
19.1%
809
Compared to previous month
Last Year
-17.3%
7,760
Compared to previous year
1
npm install --save @types/git-log-parser
This package contains type definitions for git-log-parser (https://github.com/bendrucker/git-log-parser).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-log-parser.
1/// <reference types="node"/> 2 3import { SpawnOptions, SpawnOptionsWithoutStdio } from "child_process"; 4 5export function parse( 6 config: object, 7 options?: 8 | SpawnOptionsWithoutStdio 9 | SpawnOptions, 10): NodeJS.ReadableStream; 11 12export const fields: { 13 commit: { 14 long: "H"; 15 short: "h"; 16 }; 17 tree: { 18 long: "T"; 19 short: "t"; 20 }; 21 author: { 22 name: "an"; 23 email: "ae"; 24 date: { 25 key: "ai"; 26 type: Date; 27 }; 28 }; 29 committer: { 30 name: "cn"; 31 email: "ce"; 32 date: { 33 key: "ci"; 34 type: Date; 35 }; 36 }; 37 subject: "s"; 38 body: "b"; 39}; 40
These definitions were written by Corbin Crutchley.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 29/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-03-10
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