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
16
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.10 to 2.0.11

14

check.js

@@ -37,9 +37,11 @@ var fs = require('fs');

`);
try {
fs.copyFileSync('vaadin-usage-statistics-collect.js', 'vaadin-usage-statistics.js');
} catch (err) {
console.log('Error while copying file!');
throw err;
const stats = fs.readFileSync('vaadin-usage-statistics.js').toString();
if (stats.startsWith(`export * from './vaadin-usage-statistics-collect.js';`) === false) {
try {
fs.copyFileSync('vaadin-usage-statistics-collect.js', 'vaadin-usage-statistics.js');
} catch (err) {
console.log('Error while copying file!');
throw err;
}
}
}

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

"name": "@vaadin/vaadin-usage-statistics",
"version": "2.0.10",
"version": "2.0.11",
"directories": {

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

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