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

@vaadin/checkbox

Package Overview
Dependencies
Maintainers
14
Versions
399
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.0.9 to 23.0.10

14

package.json
{
"name": "@vaadin/checkbox",
"version": "23.0.9",
"version": "23.0.10",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "^23.0.9",
"@vaadin/field-base": "^23.0.9",
"@vaadin/vaadin-lumo-styles": "^23.0.9",
"@vaadin/vaadin-material-styles": "^23.0.9",
"@vaadin/vaadin-themable-mixin": "^23.0.9"
"@vaadin/component-base": "^23.0.10",
"@vaadin/field-base": "^23.0.10",
"@vaadin/vaadin-lumo-styles": "^23.0.10",
"@vaadin/vaadin-material-styles": "^23.0.10",
"@vaadin/vaadin-themable-mixin": "^23.0.10"
},

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

},
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3"
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3"
}

@@ -65,3 +65,3 @@ /**

declare class Checkbox extends LabelMixin(
CheckedMixin(DelegateFocusMixin(ActiveMixin(ElementMixin(ThemableMixin(ControllerMixin(HTMLElement))))))
CheckedMixin(DelegateFocusMixin(ActiveMixin(ElementMixin(ThemableMixin(ControllerMixin(HTMLElement)))))),
) {

@@ -85,3 +85,3 @@ /**

listener: (this: Checkbox, ev: CheckboxEventMap[K]) => void,
options?: boolean | AddEventListenerOptions
options?: boolean | AddEventListenerOptions,
): void;

@@ -92,3 +92,3 @@

listener: (this: Checkbox, ev: CheckboxEventMap[K]) => void,
options?: boolean | EventListenerOptions
options?: boolean | EventListenerOptions,
): void;

@@ -95,0 +95,0 @@ }

@@ -60,3 +60,3 @@ /**

class Checkbox extends LabelMixin(
CheckedMixin(DelegateFocusMixin(ActiveMixin(ElementMixin(ThemableMixin(ControllerMixin(PolymerElement))))))
CheckedMixin(DelegateFocusMixin(ActiveMixin(ElementMixin(ThemableMixin(ControllerMixin(PolymerElement)))))),
) {

@@ -136,3 +136,3 @@ static get is() {

value: false,
reflectToAttribute: true
reflectToAttribute: true,
},

@@ -147,4 +147,4 @@

type: String,
value: ''
}
value: '',
},
};

@@ -190,4 +190,4 @@ }

() => this._labelController.node,
() => this.__warnDeprecated()
)
() => this.__warnDeprecated(),
),
);

@@ -201,3 +201,3 @@ }

`WARNING: Since Vaadin 22, placing the label as a direct child of a <vaadin-checkbox> is deprecated.
Please use <label slot="label"> wrapper or the label property instead.`
Please use <label slot="label"> wrapper or the label property instead.`,
);

@@ -204,0 +204,0 @@ }

@@ -160,3 +160,3 @@ import '@vaadin/vaadin-lumo-styles/color.js';

`,
{ moduleId: 'lumo-checkbox' }
{ moduleId: 'lumo-checkbox' },
);

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

`,
{ moduleId: 'material-checkbox' }
{ moduleId: 'material-checkbox' },
);
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