You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@spectrum-web-components/checkbox

Package Overview
Dependencies
Maintainers
7
Versions
390
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/checkbox - npm Package Compare versions

Comparing version

to
1.7.0-snapshot.20250609112703

10

package.json
{
"name": "@spectrum-web-components/checkbox",
"version": "1.7.0-snapshot.20250519200040",
"version": "1.7.0-snapshot.20250609112703",
"publishConfig": {

@@ -75,6 +75,6 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "1.7.0-snapshot.20250519200040",
"@spectrum-web-components/icon": "1.7.0-snapshot.20250519200040",
"@spectrum-web-components/icons-ui": "1.7.0-snapshot.20250519200040",
"@spectrum-web-components/shared": "1.7.0-snapshot.20250519200040"
"@spectrum-web-components/base": "1.7.0-snapshot.20250609112703",
"@spectrum-web-components/icon": "1.7.0-snapshot.20250609112703",
"@spectrum-web-components/icons-ui": "1.7.0-snapshot.20250609112703",
"@spectrum-web-components/shared": "1.7.0-snapshot.20250609112703"
},

@@ -81,0 +81,0 @@ "types": "./src/index.d.ts",

@@ -13,3 +13,3 @@ ## Overview

[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/checkbox?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/checkbox)
[![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/jeIGAXHMUrTp6hGMquoD/src/index.ts)
[![Try it on Stackblitz](https://img.shields.io/badge/Try%20it%20on-Stackblitz-blue?style=for-the-badge)](https://stackblitz.com/edit/vitejs-vite-31hvwr2m)

@@ -250,5 +250,5 @@ ```bash

- The label (text provided inside the or associated with it)
- The state: "checked", "not checked", or "partially checked" (when indeterminate is set)
- The role: "checkbox"
- If the checkbox is marked as invalid, it may also announce "invalid entry" depending on the screen reader.
- The label (text provided inside the or associated with it)
- The state: "checked", "not checked", or "partially checked" (when indeterminate is set)
- The role: "checkbox"
- If the checkbox is marked as invalid, it may also announce "invalid entry" depending on the screen reader.