Socket
Socket
Sign inDemoInstall

@conectate/ct-checkbox

Package Overview
Dependencies
9
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.10.0 to 3.11.0

18

ct-checkbox.js

@@ -15,10 +15,10 @@ import { __decorate } from "tslib";

let CtCheckbox = class CtCheckbox extends CtLit {
indeterminate;
disabled = false;
checked = false;
value;
name = '';
label = '';
$input;
static styles = [
constructor() {
super(...arguments);
this.disabled = false;
this.checked = false;
this.name = '';
this.label = '';
}
static { this.styles = [
css `

@@ -137,3 +137,3 @@ :host {

`
];
]; }
render() {

@@ -140,0 +140,0 @@ return html `

{
"name": "@conectate/ct-checkbox",
"version": "3.10.0",
"version": "3.11.0",
"description": "HTML checkbox web component based on Material design",

@@ -13,4 +13,4 @@ "main": "ct-checkbox.js",

"dependencies": {
"@conectate/ct-icon": "^3.10.0",
"@conectate/ct-lit": "^3.10.0",
"@conectate/ct-icon": "^3.11.0",
"@conectate/ct-lit": "^3.11.0",
"lit": "^2.8.0",

@@ -46,3 +46,3 @@ "tslib": "^2.6.1"

},
"gitHead": "d8992206d4f6ca934be0088596735b5414f3c984"
"gitHead": "ca7e7cb60689482aac2289b4bf04310c3d4e188c"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc