Gathering detailed insights and metrics for @vaadin/vaadin-usage-statistics
Gathering detailed insights and metrics for @vaadin/vaadin-usage-statistics
Gathering detailed insights and metrics for @vaadin/vaadin-usage-statistics
Gathering detailed insights and metrics for @vaadin/vaadin-usage-statistics
Development-time usage statistics collector.
npm install @vaadin/vaadin-usage-statistics
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
8 Stars
203 Commits
6 Forks
10 Watching
5 Branches
103 Contributors
Updated on 27 Sept 2024
HTML (64.79%)
JavaScript (35.21%)
Cumulative downloads
Total Downloads
Last day
-5%
18,103
Compared to previous day
Last week
1.5%
97,010
Compared to previous week
Last month
7.3%
413,107
Compared to previous month
Last year
62.9%
3,418,502
Compared to previous year
To be able to understand and focus development more efficiently, Vaadin gathers product usage statistics during development time and ties this to users who are logged in to their Vaadin account. No statistics or other data is collected from the users of the applications based on any Vaadin technologies.
Statistics are only gathered when the application is in development mode. Statistics are automatically disabled and the statistics gathering code is automatically excluded from production builds.
Using npm, you can disable it for the machine by running
npm explore @vaadin/vaadin-usage-statistics -- npm run disable
or you can disable it for the project by adding
"vaadin": { "disableUsageStatistics": true }
to your project package.json
and running npm install
again (remove node_modules
if needed).
You can verify this by checking that vaadin-usage-statistics.js
contains an empty function.
Add to your pom.xml:
<dependency>
<groupId>org.webjars.bowergithub.vaadin</groupId>
<artifactId>vaadin-usage-statistics</artifactId>
<version>1.0.0-optout</version>
</dependency>
To opt-out from statistics, install the no-op version of the vaadin-usage-statistics
package using
bower install --save vaadin/vaadin-usage-statistics#optout
You can verify this by checking that vaadin-usage-statistics.html
is empty.
If you have any questions on the use of the statistics, please contact statistics@vaadin.com.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 1/2 approved changesets -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
37 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