Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/rating

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/rating - npm Package Compare versions

Comparing version 0.0.0-dev-20221121143513 to 0.0.0-dev-20221122060649

4

dist/index.d.ts

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

/**
* The associate form of the underlying input element.
*/
form?: string;
/**
* The current rating value.

@@ -35,0 +39,0 @@ */

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

name: state.context.name,
form: state.context.form,
type: "text",

@@ -328,0 +329,0 @@ hidden: true,

4

package.json
{
"name": "@zag-js/rating",
"version": "0.0.0-dev-20221121143513",
"version": "0.0.0-dev-20221122060649",
"description": "Core logic for the rating 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