Gathering detailed insights and metrics for @types/github-url-from-git
Gathering detailed insights and metrics for @types/github-url-from-git
Gathering detailed insights and metrics for @types/github-url-from-git
Gathering detailed insights and metrics for @types/github-url-from-git
The repository for high quality TypeScript type definitions.
npm install @types/github-url-from-git
Typescript
Module System
75.6
Supply Chain
73.7
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
541,421
Last Day
502
Last Week
4,457
Last Month
18,179
Last Year
116,101
NOASSERTION License
49,786 Stars
89,430 Commits
30,395 Forks
640 Watchers
6 Branches
9,957 Contributors
Updated on May 22, 2025
Latest Version
1.5.3
Package Id
@types/github-url-from-git@1.5.3
Unpacked Size
3.95 kB
Size
1.74 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
-67.9%
502
Compared to previous day
Last Week
-2.6%
4,457
Compared to previous week
Last Month
2.6%
18,179
Compared to previous month
Last Year
24.7%
116,101
Compared to previous year
npm install --save @types/github-url-from-git
This package contains type definitions for github-url-from-git (https://github.com/tj/node-github-url-from-git).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/github-url-from-git.
1declare namespace githubUrlFromGit { 2 interface githubUrlFromGitOptions { 3 /** 4 * additional URLs that should be treated as GitHub repos 5 */ 6 extraBaseUrls?: string[] | undefined; 7 } 8 9 /** 10 * Create a regular expression to parse GitHub URLs 11 * 12 * @param opts options for regular expression generator 13 */ 14 function re(opts?: githubUrlFromGitOptions): RegExp; 15} 16 17/** 18 * Normalize Git URLs into GitHub URLs 19 * 20 * @param url Git URL to process 21 * @param opts options for URL parser 22 * @returns GitHub URL 23 */ 24declare function githubUrlFromGit(url: string, opts?: githubUrlFromGit.githubUrlFromGitOptions): string; 25 26export = githubUrlFromGit; 27
These definitions were written by Christian Murphy.
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/29 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
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-05-19
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