Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

org.webjars.bower:github-com-vaadin-vaadin-usage-statistics

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.webjars.bower:github-com-vaadin-vaadin-usage-statistics

WebJar for vaadin-usage-statistics

  • 2.0.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Gathers usage statistics for components used during application development

To be able to understand and focus development more efficiently, Vaadin gathers product usage statistics from developers. No statistics or other data is collected from the users of the applications based on any Vaadin technologies.

Periodical random sampling is used to ensure only statistical data is collected. We do not track individual users.

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.

Collected data

  • Vaadin products used in the application, including version numbers
  • Frameworks used in the application, including version numbers
  • Flow features used in the application, including version numers
  • The first and last time a product was used
  • The first time statistics were gathered
  • Whether you are a registered vaadin.com user or not (true/false)
  • Whether you are a Vaadin Pro user or not (true/false)
  • Browser user-agent string
  • The IP address the statistics is sent from

Opting out

Bower

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.

npm

If you are using npm, run the following command:

npm explore @vaadin/vaadin-usage-statistics -- npm run disable

You can verify this by checking that vaadin-usage-statistics.js contains empty function.

Java

If you are using Java, add to your pom.xml:

<dependency>
  <groupId>org.webjars.bowergithub.vaadin</groupId>
  <artifactId>vaadin-usage-statistics</artifactId>
  <version>1.0.0-optout</version>
</dependency>

If you have any questions on the use of the statistics, please contact statistics@vaadin.com.

FAQs

Package last updated on 02 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc