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.1 to 2.0.2

LICENSE

19

package.json
{
"description": "Gathers usage statistics for components used during application development",
"repository": {
"type": "git",
"url": "git+https://github.com/vaadin/vaadin-usage-statistics.git"
},
"repository": "vaadin/vaadin-usage-statistics",
"homepage": "https://github.com/vaadin/vaadin-usage-statistics#readme",
"name": "@vaadin/vaadin-usage-statistics",
"version": "2.0.1",
"version": "2.0.2",
"directories": {
"test": "test"
},
"main": "vaadin-usage-statistics.js",
"browserslist": [

@@ -31,7 +29,7 @@ "last 2 Chrome major versions",

"license": "Apache-2.0",
"scripts": {
"postinstall": "node check.js",
"disable": "npm config set @vaadin/vaadin-usage-statistics:disabled true && npm run postinstall",
"enable": "npm config set @vaadin/vaadin-usage-statistics:disabled false && npm run postinstall"
},
"scripts": {
"postinstall": "node check.js",
"disable": "npm config set @vaadin/vaadin-usage-statistics:disabled true && npm run postinstall",
"enable": "npm config set @vaadin/vaadin-usage-statistics:disabled false && npm run postinstall"
},
"bugs": {

@@ -46,3 +44,2 @@ "url": "https://github.com/vaadin/vaadin-usage-statistics/issues"

},
"main": "vaadin-usage-statistics.js",
"dependencies": {

@@ -49,0 +46,0 @@ "@vaadin/vaadin-development-mode-detector": "^2.0.0"

@@ -11,2 +11,7 @@ /* This file is autogenerated from src/vaadin-usage-statistics.tpl.html */

*/
/*
FIXME(polymer-modulizer): the above comments were extracted
from HTML and may be out of place here. Review them and
then delete this comment!
*/
import { runIfDevelopmentMode } from '@vaadin/vaadin-development-mode-detector/vaadin-development-mode-detector.js';

@@ -469,4 +474,4 @@

window.Vaadin = window.Vaadin || {};
window.Vaadin.usageStatistics = window.Vaadin.usageStatistics || new UsageStatistics();
window.Vaadin.usageStatistics.maybeGatherAndSend();
window.Vaadin.usageStatsChecker = window.Vaadin.usageStatsChecker || new UsageStatistics();
window.Vaadin.usageStatsChecker.maybeGatherAndSend();
} catch (e) {

@@ -473,0 +478,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