Gathering detailed insights and metrics for @octokit/types
Gathering detailed insights and metrics for @octokit/types
Gathering detailed insights and metrics for @octokit/types
Gathering detailed insights and metrics for @octokit/types
@octokit/openapi-types
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
@octokit/webhooks-types
Generated TypeScript definitions based on community contributed JSON Schemas
@octokit/openapi-webhooks-types
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
@octokit-next/types
Shared TypeScript definitions for upcoming Octokit SDK
npm install @octokit/types
Typescript
Module System
Node Version
NPM Version
99.6
Supply Chain
90
Quality
84.9
Maintenance
100
Vulnerability
100
License
TypeScript (98.38%)
JavaScript (1.62%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
146 Stars
655 Commits
33 Forks
6 Watchers
8 Branches
29 Contributors
Updated on Jun 03, 2025
Latest Version
14.1.0
Package Id
@octokit/types@14.1.0
Unpacked Size
258.53 kB
Size
28.90 kB
File Count
24
NPM Version
10.5.2
Node Version
22.15.0
Published on
May 25, 2025
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
Shared TypeScript definitions for Octokit projects
See all exported types at https://octokit.github.io/types.ts
1import { Endpoints } from "@octokit/types"; 2 3type listUserReposParameters = 4 Endpoints["GET /repos/{owner}/{repo}"]["parameters"]; 5type listUserReposResponse = Endpoints["GET /repos/{owner}/{repo}"]["response"]; 6 7async function listRepos( 8 options: listUserReposParameters, 9): listUserReposResponse["data"] { 10 // ... 11}
1import { 2 GetResponseTypeFromEndpointMethod, 3 GetResponseDataTypeFromEndpointMethod, 4} from "@octokit/types"; 5import { Octokit } from "@octokit/rest"; 6 7const octokit = new Octokit(); 8type CreateLabelResponseType = GetResponseTypeFromEndpointMethod< 9 typeof octokit.issues.createLabel 10>; 11type CreateLabelResponseDataType = GetResponseDataTypeFromEndpointMethod< 12 typeof octokit.issues.createLabel 13>;
See CONTRIBUTING.md
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
all changesets reviewed
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
SAST tool is run on all commits
Details
Reason
security policy file detected
Details
Reason
4 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
7 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
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