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
964
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.80.0 to 0.81.0

8

dist/index.js

@@ -22,7 +22,9 @@ 'use strict';

};
var preserveKeys = "viewBox,className,preserveAspectRatio,fillRule,clipPath,clipRule,strokeWidth,strokeLinecap,strokeLinejoin,strokeDasharray,strokeDashoffset,strokeMiterlimit".split(
","
);
function toVueProp(prop) {
if (prop in propMap) return propMap[prop];
if (prop.startsWith("on")) {
return `on${toCase(prop.substr(2))}`;
}
if (prop.startsWith("on")) return `on${toCase(prop.substr(2))}`;
if (preserveKeys.includes(prop)) return prop;
return prop.toLowerCase();

@@ -29,0 +31,0 @@ }

{
"name": "@zag-js/vue",
"version": "0.80.0",
"version": "0.81.0",
"description": "The vue wrapper for zag",

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

"dependencies": {
"@zag-js/core": "0.80.0",
"@zag-js/store": "0.80.0",
"@zag-js/types": "0.80.0"
"@zag-js/core": "0.81.0",
"@zag-js/store": "0.81.0",
"@zag-js/types": "0.81.0"
},

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

"clean-package": "2.2.0",
"@zag-js/utils": "0.80.0"
"@zag-js/utils": "0.81.0"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

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