Gathering detailed insights and metrics for openapi-response-validator
Gathering detailed insights and metrics for openapi-response-validator
Gathering detailed insights and metrics for openapi-response-validator
Gathering detailed insights and metrics for openapi-response-validator
A Monorepo of various packages to power OpenAPI in node
npm install openapi-response-validator
97.7
Supply Chain
100
Quality
76
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
895 Stars
1,373 Commits
237 Forks
13 Watching
228 Branches
115 Contributors
Updated on 20 Nov 2024
JavaScript (64.43%)
TypeScript (35.38%)
Shell (0.19%)
Cumulative downloads
Total Downloads
Last day
-28.4%
16,923
Compared to previous day
Last week
-10.1%
104,007
Compared to previous week
Last month
9.1%
454,560
Compared to previous month
Last year
9.7%
4,592,004
Compared to previous year
2
A Monorepo of various packages to power OpenAPI in node.
This monorepo uses lerna for development. See the root package.json for helpful scripts.
Let's say you're working on a package under ./packages. Here's what you do:
cd open-api
npm run bootstrap
npm t
git checkout -b my-branch
(in case you haven't done so already)../bin/commit packages/<package_you're_working_on> 'commit message describing your change. can be multi line here. just close with a single quote like so:'
Several scripts have been created to aid in the development of this monorepo (see ./bin). They assume that your $PWD
is the root of the repository. Here is a brief summary of common actions:
./bin/commit packages/<package_to_commit> 'Commit message'
(the commit message will be prepended with the package name e.g. <package_to_commit>: Commit message
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
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 6/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
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
40 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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