Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@headlessui-float/vue

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@headlessui-float/vue - npm Package Compare versions

Comparing version 0.11.3 to 0.11.4

5

dist/utils/dom.d.ts

@@ -0,2 +1,5 @@

import type { VirtualElement } from '@floating-ui/core';
import { type ComponentPublicInstance, type Ref } from 'vue';
export declare function dom<T>(ref?: Ref<T | ComponentPublicInstance | null> | null): T | null;
type AsElement<T extends HTMLElement | VirtualElement | ComponentPublicInstance> = (T extends HTMLElement ? T : HTMLElement) | null;
export declare function dom<T extends HTMLElement | VirtualElement | ComponentPublicInstance>(ref?: Ref<T | null> | null): AsElement<T> | null;
export {};

2

package.json
{
"name": "@headlessui-float/vue",
"type": "module",
"version": "0.11.3",
"version": "0.11.4",
"description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)",

@@ -6,0 +6,0 @@ "license": "MIT",

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