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
412
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 23.2.0 to 23.3.0-alpha1

14

package.json
{
"name": "@vaadin/checkbox",
"version": "23.2.0",
"version": "23.3.0-alpha1",
"publishConfig": {

@@ -39,7 +39,7 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "^23.2.0",
"@vaadin/field-base": "^23.2.0",
"@vaadin/vaadin-lumo-styles": "^23.2.0",
"@vaadin/vaadin-material-styles": "^23.2.0",
"@vaadin/vaadin-themable-mixin": "^23.2.0"
"@vaadin/component-base": "23.3.0-alpha1",
"@vaadin/field-base": "23.3.0-alpha1",
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha1",
"@vaadin/vaadin-material-styles": "23.3.0-alpha1",
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha1"
},

@@ -55,3 +55,3 @@ "devDependencies": {

],
"gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
"gitHead": "beabc527d4b1274eb798ff701d406fed45cfe638"
}

@@ -10,2 +10,3 @@ /**

import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
import { TooltipController } from '@vaadin/component-base/src/tooltip-controller.js';
import { CheckedMixin } from '@vaadin/field-base/src/checked-mixin.js';

@@ -118,2 +119,3 @@ import { DelegateFocusMixin } from '@vaadin/field-base/src/delegate-focus-mixin.js';

</div>
<slot name="tooltip"></slot>
`;

@@ -192,2 +194,4 @@ }

);
this._tooltipController = new TooltipController(this);
this.addController(this._tooltipController);
}

@@ -194,0 +198,0 @@

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

@@ -174,2 +174,10 @@ "contributions": {

"description": "Fired when the `indeterminate` property changes."
},
{
"name": "value-changed",
"description": "Fired when the `value` property changes."
},
{
"name": "checked-changed",
"description": "Fired when the `checked` property changes."
}

@@ -176,0 +184,0 @@ ]

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

@@ -77,2 +77,16 @@ "framework": "lit",

}
},
{
"name": "@value-changed",
"description": "Fired when the `value` property changes.",
"value": {
"kind": "expression"
}
},
{
"name": "@checked-changed",
"description": "Fired when the `checked` property changes.",
"value": {
"kind": "expression"
}
}

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