You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

svelte-floating-ui

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-floating-ui - npm Package Compare versions

Comparing version

to
1.5.8

4

index.d.ts

@@ -1,3 +0,3 @@

import type { ComputePositionConfig, ComputePositionReturn, Middleware, Padding, VirtualElement } from "./core";
import { type AutoUpdateOptions } from "./dom";
import type { ComputePositionConfig, ComputePositionReturn, Middleware, Padding, VirtualElement } from "./core/index.js";
import { type AutoUpdateOptions } from "./dom/index.js";
import type { Writable } from "svelte/store";

@@ -4,0 +4,0 @@ export type ComputeConfig = Partial<ComputePositionConfig> & {

//@ts-ignore
import { arrow as arrowCore } from "./core";
import { autoUpdate as _autoUpdate, computePosition } from "./dom";
import { autoUpdate as _autoUpdate, computePosition } from "./dom/index.js";
import { get } from "svelte/store";

@@ -5,0 +5,0 @@ import { onDestroy, tick } from 'svelte';

{
"name": "svelte-floating-ui",
"description": "Svelte actions for working with floating ui",
"version": "1.5.6",
"version": "1.5.8",
"license": "MIT",

@@ -49,2 +49,3 @@ "main": "./index.js",

"import": "./core/index.js",
"svelte": "./core/index.js",
"types": "./core/index.d.ts"

@@ -54,2 +55,3 @@ },

"import": "./dom/index.js",
"svelte": "./dom/index.js",
"types": "./dom/index.d.ts"

@@ -59,2 +61,3 @@ },

"import": "./index.js",
"svelte": "./index.js",
"types": "./index.d.ts"

@@ -61,0 +64,0 @@ }