Socket
Socket
Sign inDemoInstall

@vaadin/component-base

Package Overview
Dependencies
Maintainers
12
Versions
373
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 24.4.0-beta2 to 24.4.0-beta3

4

package.json
{
"name": "@vaadin/component-base",
"version": "24.4.0-beta2",
"version": "24.4.0-beta3",
"publishConfig": {

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

},
"gitHead": "886ab2e7ccb8353ac3b7a42ebb96dfe2d1211556"
"gitHead": "3dd7aacdb6ff53db93efcdc7e4c840119370ed38"
}

@@ -12,3 +12,3 @@ /**

get() {
return '24.4.0-beta2';
return '24.4.0-beta3';
},

@@ -15,0 +15,0 @@ });

@@ -72,3 +72,3 @@ /**

// Add new classes based on the overlayClass
const classesToAdd = typeof overlayClass === 'string' ? overlayClass.split(' ') : [];
const classesToAdd = typeof overlayClass === 'string' ? overlayClass.split(' ').filter(Boolean) : [];
if (classesToAdd.length > 0) {

@@ -75,0 +75,0 @@ classList.add(...classesToAdd);

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