Gathering detailed insights and metrics for @octokit-next/types-rest-api-ghes-3.6-compatible
Gathering detailed insights and metrics for @octokit-next/types-rest-api-ghes-3.6-compatible
npm install @octokit-next/types-rest-api-ghes-3.6-compatible
Typescript
Module System
Node Version
NPM Version
64.8
Supply Chain
66.5
Quality
78.5
Maintenance
100
Vulnerability
99.6
License
JavaScript (79.48%)
TypeScript (20.52%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
720
Last Day
3
Last Week
12
Last Month
29
Last Year
221
22 Stars
284 Commits
3 Forks
8 Watching
3 Branches
14 Contributors
Minified
Minified + Gzipped
Latest Version
2.8.0
Package Id
@octokit-next/types-rest-api-ghes-3.6-compatible@2.8.0
Unpacked Size
2.86 kB
Size
1.28 kB
File Count
4
NPM Version
10.5.1
Node Version
20.11.1
Publised On
03 Apr 2024
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
100%
12
Compared to previous week
Last month
190%
29
Compared to previous month
Last year
-16.9%
221
Compared to previous year
@octokit-next/types-rest-api-ghes-3.6-compatible
Types for GHES 3.6 (compatible) REST API requests and responses
🚫⚠️ This package is part of an experimental Octokit SDK for testing purpose only - DO NOT USE
The goal for this package is to enable developers to build code that will work in both environments: github.com and GHES 3.6. Only endpoints and properties that exist in both have types by default.
The version can be overwritten on a per-request basis as needed.
1const octokit = new Octokit({ 2 version: "ghes-3.6-compatible", 3}); 4const response = await octokit.request("GET /");
The routes suggested for octokit.request(route)
are only the ones that exist for version: "github.com"
and have no overrides for version: "ghes-3.6"
. The same is true for response.headers
.
To override the version specified in the constructor it can be set using the request.version
option
1const ghesOnlyResponse = await octokit.request("GET /admins/users", { 2 request: { 3 version: "ghes-3.6", 4 }, 5});
No vulnerabilities found.
Reason
13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
SAST tool is run on all commits
Details
Reason
0 existing vulnerabilities detected
Reason
security policy file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Score
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