@vaadin/vaadin-usage-statistics
Advanced tools
Comparing version 2.0.0-beta2 to 2.0.1
@@ -9,3 +9,3 @@ { | ||
"name": "@vaadin/vaadin-usage-statistics", | ||
"version": "2.0.0-beta2", | ||
"version": "2.0.1", | ||
"directories": { | ||
@@ -25,2 +25,7 @@ "test": "test" | ||
], | ||
"files": [ | ||
"vaadin-usage-statistics.js", | ||
"vaadin-usage-statistics-optout.js", | ||
"check.js" | ||
], | ||
"author": "Vaadin Ltd", | ||
@@ -44,3 +49,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@vaadin/vaadin-development-mode-detector": "^2.0.0-beta1" | ||
"@vaadin/vaadin-development-mode-detector": "^2.0.0" | ||
}, | ||
@@ -47,0 +52,0 @@ "devDependencies": { |
@@ -445,3 +445,3 @@ /* This file is autogenerated from src/vaadin-usage-statistics.tpl.html */ | ||
get: function get$1() { | ||
return '1.0.6-pre.2'; | ||
return '2.0.1'; | ||
} | ||
@@ -468,3 +468,5 @@ }, { | ||
try { | ||
new UsageStatistics().maybeGatherAndSend(); | ||
window.Vaadin = window.Vaadin || {}; | ||
window.Vaadin.usageStatistics = window.Vaadin.usageStatistics || new UsageStatistics(); | ||
window.Vaadin.usageStatistics.maybeGatherAndSend(); | ||
} catch (e) { | ||
@@ -471,0 +473,0 @@ // Intentionally ignored as this is not a problem in the app being developed |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
20473
5
495