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

@zag-js/vue

Package Overview
Dependencies
Maintainers
0
Versions
963
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/vue - npm Package Compare versions

Comparing version 0.0.0-v1-beta-20250220125322 to 0.0.0-v1-beta-20250221135618

21

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

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

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

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

"clean-package": "2.2.0",
"@zag-js/utils": "0.0.0-v1-beta-20250220125322"
"@zag-js/utils": "0.0.0-v1-beta-20250221135618"
},

@@ -48,5 +48,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"
}
},

@@ -53,0 +58,0 @@ "./package.json": "./package.json"

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