🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@zag-js/react

Package Overview
Dependencies
Maintainers
1
Versions
1008
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/react - npm Package Compare versions

Comparing version

to
0.0.0-v1-beta-20250221135618

4

dist/index.js

@@ -0,1 +1,3 @@

"use client";
'use strict';

@@ -29,2 +31,4 @@

// src/index.ts
// ../../utilities/core/src/array.ts

@@ -31,0 +35,0 @@ function toArray(v) {

21

package.json
{
"name": "@zag-js/react",
"version": "0.0.0-v1-beta-20250220125322",
"version": "0.0.0-v1-beta-20250221135618",
"description": "The react wrapper for zag",

@@ -28,5 +28,5 @@ "keywords": [

"dependencies": {
"@zag-js/store": "0.0.0-v1-beta-20250220125322",
"@zag-js/types": "0.0.0-v1-beta-20250220125322",
"@zag-js/core": "0.0.0-v1-beta-20250220125322"
"@zag-js/core": "0.0.0-v1-beta-20250221135618",
"@zag-js/types": "0.0.0-v1-beta-20250221135618",
"@zag-js/store": "0.0.0-v1-beta-20250221135618"
},

@@ -44,3 +44,3 @@ "devDependencies": {

"jsdom": "^26.0.0",
"@zag-js/utils": "0.0.0-v1-beta-20250220125322"
"@zag-js/utils": "0.0.0-v1-beta-20250221135618"
},

@@ -57,5 +57,10 @@ "peerDependencies": {

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},

@@ -62,0 +67,0 @@ "./package.json": "./package.json"

Sorry, the diff of this file is not supported yet