Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-checkbox

Package Overview
Dependencies
Maintainers
16
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-checkbox - npm Package Compare versions

Comparing version 2.2.12 to 2.2.13

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-checkbox",
"version": "2.2.12",
"version": "2.2.13",
"main": "vaadin-checkbox.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -113,3 +113,3 @@ /**

static get version() {
return '2.2.12';
return '2.2.13';
}

@@ -217,3 +217,3 @@

} else {
this.setAttribute('aria-checked', checked);
this.setAttribute('aria-checked', Boolean(checked));
}

@@ -220,0 +220,0 @@ }

@@ -39,3 +39,3 @@ import '@vaadin/vaadin-material-styles/color.js';

:host([theme~="vertical"]) {
:host([theme~="vertical"]) [part="group-field"] {
display: flex;

@@ -42,0 +42,0 @@ flex-direction: column;

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