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
15
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.6 to 2.0.7

2

package.json

@@ -6,3 +6,3 @@ {

"name": "@vaadin/vaadin-usage-statistics",
"version": "2.0.6",
"version": "2.0.7",
"directories": {

@@ -9,0 +9,0 @@ "test": "test"

@@ -216,3 +216,3 @@ /* This file is autogenerated from src/vaadin-usage-statistics.tpl.html */

if (version) {
frameworks[framework] = { "version": version };
frameworks[framework] = { version: version };
}

@@ -247,5 +247,5 @@ } catch (e) {}

if (!storedStats[type][key] || _typeof(storedStats[type][key]) != _typeof({})) {
storedStats[type][key] = { "firstUsed": now };
storedStats[type][key] = { firstUsed: now };
}
// Discards any previously logged version numebr
// Discards any previously logged version number
storedStats[type][key].version = gatheredStats[type][key].version;

@@ -464,3 +464,3 @@ storedStats[type][key].lastUsed = now;

get: function get$1() {
return '2.0.6';
return '2.0.7';
}

@@ -467,0 +467,0 @@ }, {

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