Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@plcmp/pl-checkbox

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plcmp/pl-checkbox - npm Package Compare versions

Comparing version
0.1.7
to
0.1.8
+1
-1
package.json
{
"name": "@plcmp/pl-checkbox",
"version": "0.1.7",
"version": "0.1.8",
"description": "Simple checkbox component.",

@@ -5,0 +5,0 @@ "main": "pl-checkbox.js",

@@ -8,3 +8,2 @@ import { PlElement, html, css } from "polylib";

label: { type: String },
variant: { type: String },
orientation: { type: String },

@@ -138,12 +137,2 @@

connectedCallback() {
super.connectedCallback();
if (this.variant) {
console.log('Variant is deprecated, use orientation instead');
this.orientation = this.variant;
}
}
static template = html`

@@ -150,0 +139,0 @@ <pl-labeled-container label="[[label]]" orientation="[[orientation]]">