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

@vaadin/vaadin-checkbox

Package Overview
Dependencies
Maintainers
14
Versions
261
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.3 to 2.2.4

2

package.json

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

"name": "@vaadin/vaadin-checkbox",
"version": "2.2.3",
"version": "2.2.4",
"main": "vaadin-checkbox.js",

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

@@ -165,4 +165,2 @@ /**

this.setAttribute('role', 'checkboxgroup');
this.addEventListener('focusout', e => {

@@ -169,0 +167,0 @@ // validate when stepping out of the checkbox group

@@ -109,3 +109,3 @@ /**

static get version() {
return '2.2.3';
return '2.2.4';
}

@@ -134,3 +134,4 @@

observer: '_indeterminateChanged',
reflectToAttribute: true
reflectToAttribute: true,
value: false
},

@@ -137,0 +138,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