Gathering detailed insights and metrics for @chapeaux/cpx-reporter
Gathering detailed insights and metrics for @chapeaux/cpx-reporter
npm install @chapeaux/cpx-reporter
Typescript
Module System
Node Version
NPM Version
74.8
Supply Chain
86.6
Quality
78.4
Maintenance
100
Vulnerability
80.8
License
JavaScript (51.17%)
TypeScript (31.27%)
HTML (17.24%)
Makefile (0.24%)
CSS (0.04%)
Dockerfile (0.04%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
36,808
Last Day
31
Last Week
143
Last Month
638
Last Year
17,986
1 Stars
283 Commits
1 Forks
4 Branches
4 Contributors
Minified
Minified + Gzipped
Latest Version
0.14.0
Package Id
@chapeaux/cpx-reporter@0.14.0
Unpacked Size
77.64 kB
Size
18.98 kB
File Count
13
NPM Version
9.5.0
Node Version
18.14.2
Publised On
08 Mar 2023
Cumulative downloads
Total Downloads
Last day
121.4%
31
Compared to previous day
Last week
-39.1%
143
Compared to previous week
Last month
-6.2%
638
Compared to previous month
Last year
33.7%
17,986
Compared to previous year
No dependencies detected.
Allow developers and content creators a consolidated mechanism to interact with the Event-Driven Data Layer (EDDL). The ReporterEvent
is used to attach meaningful data to the event and forward it on to the Newsdesk listening for event reports. The CPXReporter
component is used as a declarative means to listen for specific events or to fire off specific EDDL events automatically.
npm install @chapeaux/cpx-reporter
<script type="module" src="path/to/@chapeaux/cpx-reporter/reporter.js"></script>
import { ReporterEvent } from "path/to/@chapeaux/cpx-reporter/reporter.js";
<script type="module" data-emit="cpx-report" data-event="Page Load Started" src="path/to/@chapeaux/cpx-reporter/reporter.js"></script>
<script type="module" src="path/to/@chapeaux/cpx-reporter/cpx-reporter.js></script>
import {CPXReporter} from "path/to/@chapeaux/cpx-reporter/cpx-reporter.js;
<cpx-reporter debug auto event="Page Load Completed"></cpx-reporter>
<cpx-reporter event="User Signed In" beat="kc-token-ready">...</cpx-reporter>
data-analytics-*
attributes)
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/14 approved changesets -- score normalized to 3
Reason
8 existing vulnerabilities detected
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
dependency not pinned by hash detected -- score normalized to 0
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
Score
Last Scanned on 2025-02-03
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