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

@vaadin/vaadin-checkbox

Package Overview
Dependencies
Maintainers
17
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.9 to 2.2.10

2

package.json

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

"name": "@vaadin/vaadin-checkbox",
"version": "2.2.9",
"version": "2.2.10",
"main": "vaadin-checkbox.js",

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

@@ -57,2 +57,5 @@ /**

display: inline-flex;
/* Prevent horizontal overflow in IE 11 instead of wrapping checkboxes */
max-width: 100%;
}

@@ -73,2 +76,5 @@

flex-direction: column;
/* Prevent horizontal overflow in IE 11 instead of wrapping checkboxes */
width: 100%;
}

@@ -75,0 +81,0 @@

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

static get version() {
return '2.2.9';
return '2.2.10';
}

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