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.6 to 22.0.7

4

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

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

},
"gitHead": "18c55872d764e338e0f98e65826cbe895156251a"
"gitHead": "947d74491296ca746b360ecb5f5a8efd55ab2866"
}

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

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

@@ -13,8 +12,2 @@ 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 || {};

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

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

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