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
npm install @api-components/api-headers-document
Typescript
Module System
Node Version
NPM Version
69.1
Supply Chain
53
Quality
80.8
Maintenance
50
Vulnerability
95.8
License
JavaScript (100%)
Total Downloads
58,164
Last Day
1
Last Week
45
Last Month
127
Last Year
6,228
100 Commits
2 Forks
4 Watching
16 Branches
7 Contributors
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
Publised On
22 Apr 2024
Cumulative downloads
Total Downloads
Last day
-66.7%
1
Compared to previous day
Last week
-18.2%
45
Compared to previous week
Last month
-29.1%
127
Compared to previous month
Last year
82.5%
6,228
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 dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
packaging workflow detected
Details
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
detected GitHub workflow tokens with excessive permissions
Details
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
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
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