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

floating-ui

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floating-ui - npm Package Compare versions

Comparing version 5.2.4 to 5.2.5

dist/directives/types.d.ts

3

dist/directives/v-tooltip.d.ts
import { Ref } from 'vue';
import { Modifiers, Options } from './types';
/**

@@ -7,3 +8,3 @@ * Support placement as directive modifier

export declare function getOptions(el: any, value: any, modifiers: any): any;
export declare function createTooltip(el: any, value: any, modifiers: any): {
export declare function createTooltip(el: any, value?: Partial<Options>, modifiers?: Partial<Modifiers>): {
options: Ref<any>;

@@ -10,0 +11,0 @@ item: {

{
"name": "floating-ui",
"version": "5.2.4",
"version": "5.2.5",
"description": "Easy Tooltips, dropdowns, menus & popovers using floating-ui",

@@ -39,3 +39,3 @@ "author": "hunghg255",

"vue-resize": "^2.0.0-alpha.1",
"vue-tsc": "^1.6.5",
"vue-tsc": "^1.8.27",
"vue-typegen": "^0.2.0"

@@ -42,0 +42,0 @@ },

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