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-badge

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plcmp/pl-badge - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+1
-1
package.json
{
"name": "@plcmp/pl-badge",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple badge component.",

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

@@ -20,5 +20,4 @@ import { PlElement, html, css } from "polylib";

display: flex;
font-size: 12px;
font: var(--text-font);
justify-content: center;
line-height: 14px;
user-select: none;

@@ -32,8 +31,8 @@ }

span {
height: 16px;
height: var(--base-size-xxs);
background-color: var(--primary-base);
box-sizing: border-box;
border-radius:4px;
border-radius: var(--border-radius);
color: #ffffff;
padding: 0 4px;
padding: 0 var(--space-xs);
white-space: nowrap;

@@ -40,0 +39,0 @@ display: flex;