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
1
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.0.0-dev-20220416152643 to 0.0.0-dev-20220417135151

5

dist/index.js

@@ -33,5 +33,4 @@ var __defProp = Object.defineProperty;

function useMachine(machine, options) {
const { actions, state: hydratedState, context, preserve } = options != null ? options : {};
const resolvedMachine = typeof machine === "function" ? machine() : preserve ? machine : machine.clone();
const service = options ? resolvedMachine.withOptions(options) : resolvedMachine;
const { actions, state: hydratedState, context } = options != null ? options : {};
const service = typeof machine === "function" ? machine() : machine;
const state = (0, import_vue.shallowRef)(service.state);

@@ -38,0 +37,0 @@ const consumableState = (0, import_vue.computed)({

4

package.json
{
"name": "@zag-js/vue",
"version": "0.0.0-dev-20220416152643",
"version": "0.0.0-dev-20220417135151",
"description": "The vue wrapper for zag",

@@ -31,3 +31,3 @@ "keywords": [

"dependencies": {
"@zag-js/core": "0.0.0-dev-20220416152643",
"@zag-js/core": "0.0.0-dev-20220417135151",
"valtio": "^1.5.2"

@@ -34,0 +34,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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