Socket
Socket
Sign inDemoInstall

@vaadin/component-base

Package Overview
Dependencies
Maintainers
14
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/component-base - npm Package Compare versions

Comparing version 22.0.5 to 22.0.6

4

package.json
{
"name": "@vaadin/component-base",
"version": "22.0.5",
"version": "22.0.6",
"publishConfig": {

@@ -44,3 +44,3 @@ "access": "public"

},
"gitHead": "3e1990867670f3de2dec6fa1200d945623b2710c"
"gitHead": "18c55872d764e338e0f98e65826cbe895156251a"
}

@@ -6,2 +6,3 @@ /**

*/
import { setCancelSyntheticClickEvents } from '@polymer/polymer/lib/utils/settings.js';
import { usageStatistics } from '@vaadin/vaadin-usage-statistics/vaadin-usage-statistics.js';

@@ -12,2 +13,8 @@ import { idlePeriod } from './async.js';

// This setting affects the legacy Polymer gestures which get activated
// once you import any iron component e.g iron-icon.
// It has to be explicitly disabled to prevent click issues in iOS + VoiceOver
// for buttons that are based on `[role=button]` e.g vaadin-button.
setCancelSyntheticClickEvents(false);
window.Vaadin = window.Vaadin || {};

@@ -37,3 +44,3 @@

static get version() {
return '22.0.5';
return '22.0.6';
}

@@ -40,0 +47,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