Gathering detailed insights and metrics for @api-components/api-headers-document
Gathering detailed insights and metrics for @api-components/api-headers-document
Gathering detailed insights and metrics for @api-components/api-headers-document
Gathering detailed insights and metrics for @api-components/api-headers-document
⛔️ DEPRECATED This component is being deprecated. Use `api-documentation` instead.
npm install @api-components/api-headers-document
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
100 Commits
2 Forks
3 Watchers
16 Branches
9 Contributors
Updated on Apr 22, 2024
Latest Version
4.2.6
Package Id
@api-components/api-headers-document@4.2.6
Unpacked Size
16.55 kB
Size
4.69 kB
File Count
10
NPM Version
6.14.18
Node Version
14.21.3
Published on
Apr 22, 2024
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
5
18
This component is being deprecated. The code base has been moved to api-documentation module. This module will be archived when PR 37 is merged.
Documentation component for API headers based on AMF data model.
This version only works with AMF model version 2 (AMF parser >= 4.0.0).
For compatibility with previous model version use 3.x.x
version of the component.
1npm install --save @api-components/api-headers-document
1<html> 2 <head> 3 <script type="module"> 4 import '@api-components/api-headers-document/api-headers-document.js'; 5 </script> 6 </head> 7 <body> 8 <api-headers-document></api-headers-document> 9 </body> 10</html>
1import { LitElement, html } from 'lit-element'; 2import '@api-components/api-headers-document/api-headers-document.js'; 3 4class SampleElement extends PolymerElement { 5 render() { 6 return html` 7 <api-headers-document .amf="${this.amf}"></api-headers-document> 8 `; 9 } 10} 11customElements.define('sample-element', SampleElement);
1git clone https://github.com/api-components/api-headers-document 2cd api-headers-document 3npm install
1npm start
1npm test
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 6/20 approved changesets -- score normalized to 3
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
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
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
43 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