Gathering detailed insights and metrics for openapi-types
Gathering detailed insights and metrics for openapi-types
Gathering detailed insights and metrics for openapi-types
Gathering detailed insights and metrics for openapi-types
@octokit/openapi-types
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
@scalar/openapi-types
Modern OpenAPI types
openapi-typescript
Convert OpenAPI 3.0 & 3.1 schemas to TypeScript
@octokit/openapi-webhooks-types
Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
npm install openapi-types
Typescript
Module System
Node Version
NPM Version
99.9
Supply Chain
82.9
Quality
76.2
Maintenance
100
Vulnerability
100
License
JavaScript (64.43%)
TypeScript (35.38%)
Shell (0.19%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
918 Stars
1,374 Commits
239 Forks
13 Watchers
228 Branches
114 Contributors
Updated on Jul 10, 2025
Latest Version
12.1.3
Package Id
openapi-types@12.1.3
Unpacked Size
31.95 kB
Size
6.35 kB
File Count
7
NPM Version
lerna/3.22.1/node@v16.18.0+x64 (linux)
Node Version
16.18.0
Published on
May 24, 2023
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
No dependencies detected.
Types for OpenAPI documents.
1import { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from "openapi-types"; 2 3function processV2(doc: OpenAPIV2.Document) {} 4 5function processV3(doc: OpenAPIV3.Document) {} 6 7function processV3_1(doc: OpenAPIV3_1.Document) {}
The MIT License (MIT)
Copyright (c) 2018 Kogo Software LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 7/20 approved changesets -- score normalized to 3
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
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
51 existing vulnerabilities detected
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