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.0 to 0.11.1

8

dist/float.d.ts

@@ -178,4 +178,4 @@ import type { ComputedRef, FunctionalComponent, PropType, Ref, SetupContext, VNode } from 'vue';

type: PropType<{
options?: any;
name: string;
options?: any;
fn: (state: {

@@ -405,4 +405,4 @@ x: number;

type: PropType<{
options?: any;
name: string;
options?: any;
fn: (state: {

@@ -529,4 +529,4 @@ x: number;

type: PropType<{
options?: any;
name: string;
options?: any;
fn: (state: {

@@ -644,4 +644,4 @@ x: number;

type: PropType<{
options?: any;
name: string;
options?: any;
fn: (state: {

@@ -648,0 +648,0 @@ x: number;

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

@@ -26,2 +26,3 @@ "license": "MIT",

".": {
"types": "./dist/index.d.ts",
"require": "./dist/headlessui-float.cjs",

@@ -43,3 +44,3 @@ "import": "./dist/headlessui-float.mjs"

"watch": "vite build --watch",
"type-check": "vue-tsc -p tsconfig.app.json --noEmit",
"type-check": "vue-tsc --noEmit",
"test:unit": "vitest --root test/unit/",

@@ -46,0 +47,0 @@ "test:functional": "playwright test test/functional",

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