@vaadin/vaadin-usage-statistics
Advanced tools
Comparing version 1.0.6-pre.2 to 1.1.0-alpha1
@@ -9,3 +9,3 @@ { | ||
"name": "@vaadin/vaadin-usage-statistics", | ||
"version": "1.0.6-pre.2", | ||
"version": "1.1.0-alpha1", | ||
"main": "index.js", | ||
@@ -27,9 +27,9 @@ "directories": { | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0-pre.12", | ||
"@vaadin/vaadin-development-mode-detector": "^1.0.3-pre.1" | ||
"@polymer/polymer": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"wct-browser-legacy": "0.0.1-pre.11", | ||
"@webcomponents/webcomponentsjs": "^1.0.0" | ||
"@vaadin/vaadin-development-mode-detector": "^1.1.0-alpha2", | ||
"@webcomponents/webcomponentsjs": "^1.0.0", | ||
"wct-browser-legacy": "0.0.1-pre.11" | ||
} | ||
} |
@@ -11,3 +11,4 @@ # Gathers usage statistics for components used during application development | ||
* Vaadin products used in the application, including version numbers | ||
* [Frameworks](vaadin-usage-statistics-gatherer.html#L8) used in the application, including version numbers | ||
* [Frameworks](vaadin-usage-statistics.html#L17) used in the application, including version numbers | ||
* [Flow features](https://github.com/search?utf8=%E2%9C%93&q=org%3Avaadin+UsageStatistics.markAsUsed&type=Code) used in the application, including version numers | ||
* The first and last time a product was used | ||
@@ -27,2 +28,11 @@ * The first time statistics were gathered | ||
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. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
39090
1
6
37
3
1
- Removed@vaadin/vaadin-development-mode-detector@^1.0.3-pre.1
- Removed@vaadin/vaadin-development-mode-detector@1.1.0(transitive)
Updated@polymer/polymer@^3.0.0