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
17
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.1.1 to 2.1.2

check.cjs

23

package.json

@@ -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 @@ }, {

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