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-20220426161156 to 0.0.0-dev-20220426164056

23

dist/prop-types.d.ts

@@ -1,14 +0,15 @@

import type { ElementAttrs, HTMLAttributes, NativeElements } from "@vue/runtime-dom";
import * as Vue from "vue";
declare type ReservedProps = {
key?: string | number | symbol;
ref?: string | Vue.Ref | ((ref: Element | Vue.ComponentPublicInstance | null) => void);
};
declare type Attrs<T> = T & ReservedProps;
export declare type PropTypes = {
button: NativeElements["button"];
input: NativeElements["input"];
output: NativeElements["output"];
textarea: NativeElements["textarea"];
label: NativeElements["label"];
p: NativeElements["p"];
ul: NativeElements["ul"];
ol: NativeElements["ol"];
li: NativeElements["li"];
element: ElementAttrs<HTMLAttributes>;
button: Attrs<Vue.ButtonHTMLAttributes>;
input: Attrs<Vue.InputHTMLAttributes>;
output: Attrs<Vue.OutputHTMLAttributes>;
label: Attrs<Vue.LabelHTMLAttributes>;
element: Attrs<Vue.HTMLAttributes>;
};
export {};
//# sourceMappingURL=prop-types.d.ts.map
{
"name": "@zag-js/vue",
"version": "0.0.0-dev-20220426161156",
"version": "0.0.0-dev-20220426164056",
"description": "The vue wrapper for zag",

@@ -31,11 +31,9 @@ "keywords": [

"dependencies": {
"@zag-js/core": "0.0.0-dev-20220426161156",
"@zag-js/core": "0.0.0-dev-20220426164056",
"valtio": "^1.6.0"
},
"devDependencies": {
"@vue/runtime-dom": "^3.2.21",
"vue": "^3.0.5"
},
"peerDependencies": {
"@vue/runtime-dom": ">=3.2.0",
"vue": ">=3.0.0"

@@ -42,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