Socket
Socket
Sign inDemoInstall

@zag-js/radio

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/radio - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/index.js

@@ -335,3 +335,3 @@ "use strict";

var _a;
const { type, property } = options;
const { type, property = "value" } = options;
const proto = getWindow(el)[type].prototype;

@@ -338,0 +338,0 @@ return (_a = Object.getOwnPropertyDescriptor(proto, property)) != null ? _a : {};

{
"name": "@zag-js/radio",
"version": "0.1.1",
"version": "0.1.2",
"description": "Core logic for the radio widget implemented as a state machine",

@@ -32,9 +32,9 @@ "main": "dist/index.js",

"dependencies": {
"@zag-js/core": "0.2.1",
"@zag-js/types": "0.3.0"
"@zag-js/core": "0.2.2",
"@zag-js/types": "0.3.1"
},
"devDependencies": {
"@zag-js/dom-utils": "0.2.0",
"@zag-js/form-utils": "0.2.0",
"@zag-js/utils": "0.3.0"
"@zag-js/dom-utils": "0.2.1",
"@zag-js/form-utils": "0.2.1",
"@zag-js/utils": "0.3.1"
},

@@ -41,0 +41,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc