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

@vaadin/vaadin-usage-statistics

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-usage-statistics - npm Package Compare versions

Comparing version 2.0.0-beta2 to 2.0.1

9

package.json

@@ -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

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