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

@vaadin/checkbox

Package Overview
Dependencies
Maintainers
12
Versions
409
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/checkbox - npm Package Compare versions

Comparing version 24.6.0-rc1 to 24.6.0

18

package.json
{
"name": "@vaadin/checkbox",
"version": "24.6.0-rc1",
"version": "24.6.0",
"publishConfig": {

@@ -40,12 +40,12 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.6.0-rc1",
"@vaadin/component-base": "24.6.0-rc1",
"@vaadin/field-base": "24.6.0-rc1",
"@vaadin/vaadin-lumo-styles": "24.6.0-rc1",
"@vaadin/vaadin-material-styles": "24.6.0-rc1",
"@vaadin/vaadin-themable-mixin": "24.6.0-rc1",
"@vaadin/a11y-base": "~24.6.0",
"@vaadin/component-base": "~24.6.0",
"@vaadin/field-base": "~24.6.0",
"@vaadin/vaadin-lumo-styles": "~24.6.0",
"@vaadin/vaadin-material-styles": "~24.6.0",
"@vaadin/vaadin-themable-mixin": "~24.6.0",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "24.6.0-rc1",
"@vaadin/chai-plugins": "~24.6.0",
"@vaadin/testing-helpers": "^1.0.0",

@@ -58,3 +58,3 @@ "sinon": "^18.0.0"

],
"gitHead": "d62ba309e3286777ad3ea7e015d50a2c4976bb42"
"gitHead": "c0b38aa981494d04fac64da35aa3890ad72551ea"
}

@@ -244,2 +244,6 @@ import '@vaadin/vaadin-lumo-styles/color.js';

:host(:not([has-label])) [part='required-indicator'] {
display: none;
}
/* Invalid */

@@ -246,0 +250,0 @@ :host([invalid]) {

@@ -164,2 +164,6 @@ import '@vaadin/vaadin-material-styles/color.js';

:host(:not([has-label])) [part='required-indicator'] {
display: none;
}
[part='error-message'],

@@ -166,0 +170,0 @@ [part='helper-text'] {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/checkbox",
"version": "24.6.0-rc1",
"version": "24.6.0",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/checkbox",
"version": "24.6.0-rc1",
"version": "24.6.0",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",

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