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.0.0-dev-20221121143513 to 0.0.0-dev-20221122060649

4

dist/index.d.ts

@@ -28,2 +28,6 @@ import { RequiredBy, DirectionProperty, CommonProperties, Context, PropTypes, NormalizeProps } from '@zag-js/types';

/**
* The associate form of the underlying input.
*/
form?: string;
/**
* If `true`, the radio group will be disabled

@@ -30,0 +34,0 @@ */

@@ -269,2 +269,3 @@ "use strict";

name: state.context.name || state.context.id,
form: state.context.form,
value: props.value,

@@ -271,0 +272,0 @@ onChange(event) {

4

package.json
{
"name": "@zag-js/radio",
"version": "0.0.0-dev-20221121143513",
"version": "0.0.0-dev-20221122060649",
"description": "Core logic for the radio widget implemented as a state machine",

@@ -37,3 +37,3 @@ "main": "dist/index.js",

"@zag-js/dom-utils": "0.2.1",
"@zag-js/form-utils": "0.0.0-dev-20221121143513",
"@zag-js/form-utils": "0.0.0-dev-20221122060649",
"@zag-js/utils": "0.3.1"

@@ -40,0 +40,0 @@ },

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