@vaadin/vaadin-usage-statistics
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,3 +6,3 @@ { | ||
"name": "@vaadin/vaadin-usage-statistics", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"directories": { | ||
@@ -13,2 +13,5 @@ "test": "test" | ||
"type": "module", | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
}, | ||
"browserslist": [ | ||
@@ -28,11 +31,13 @@ "last 2 Chrome major versions", | ||
"vaadin-usage-statistics-optout.js", | ||
"check.js" | ||
"check.cjs" | ||
], | ||
"author": "Vaadin Ltd", | ||
"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.cjs", | ||
"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", | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify", | ||
"test": "wct --npm" | ||
}, | ||
"bugs": { | ||
@@ -50,6 +55,2 @@ "url": "https://github.com/vaadin/vaadin-usage-statistics/issues" | ||
}, | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify", | ||
"test": "wct --npm" | ||
}, | ||
"devDependencies": { | ||
@@ -56,0 +57,0 @@ "@web-padawan/gen-typescript-declarations": "^1.6.2", |
@@ -466,3 +466,3 @@ /* This file is autogenerated from src/vaadin-usage-statistics.tpl.html */ | ||
get: function get$1() { | ||
return '2.1.0'; | ||
return '2.1.2'; | ||
} | ||
@@ -469,0 +469,0 @@ }, { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32654
1