New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/checkbox

Package Overview
Dependencies
Maintainers
1
Versions
976
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/checkbox - npm Package Compare versions

Comparing version

to
1.0.2

1

dist/index.js

@@ -126,3 +126,2 @@ 'use strict';

}
if (!event.isTrusted) return;
const checked2 = event.currentTarget.checked;

@@ -129,0 +128,0 @@ send({ type: "CHECKED.SET", checked: checked2, isTrusted: true });

14

package.json
{
"name": "@zag-js/checkbox",
"version": "1.0.1",
"version": "1.0.2",
"description": "Core logic for the checkbox widget implemented as a state machine",

@@ -29,8 +29,8 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "1.0.1",
"@zag-js/core": "1.0.1",
"@zag-js/types": "1.0.1",
"@zag-js/dom-query": "1.0.1",
"@zag-js/focus-visible": "1.0.1",
"@zag-js/utils": "1.0.1"
"@zag-js/anatomy": "1.0.2",
"@zag-js/core": "1.0.2",
"@zag-js/types": "1.0.2",
"@zag-js/dom-query": "1.0.2",
"@zag-js/focus-visible": "1.0.2",
"@zag-js/utils": "1.0.2"
},

@@ -37,0 +37,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet