Socket
Socket
Sign inDemoInstall

@floating-ui/react-dom

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@floating-ui/react-dom - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

5

package.json
{
"name": "@floating-ui/react-dom",
"version": "0.3.3",
"version": "0.3.4",
"description": "Floating UI for React DOM",

@@ -49,3 +49,3 @@ "main": "dist/floating-ui.react-dom.cjs",

"dependencies": {
"@floating-ui/dom": "^0.1.7",
"@floating-ui/dom": "^0.1.8",
"use-isomorphic-layout-effect": "^1.1.1"

@@ -65,2 +65,3 @@ },

"@types/react": "^17.0.37",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"jest": "^27.3.1",

@@ -67,0 +68,0 @@ "parcel": "^2.0.1",

2

src/index.d.ts

@@ -19,4 +19,4 @@ import type { ComputePositionConfig, ComputePositionReturn, Middleware, SideObject, VirtualElement } from '@floating-ui/core';

export declare const arrow: ({ element, padding, }: {
element: MutableRefObject<HTMLElement | undefined> | HTMLElement;
element: MutableRefObject<HTMLElement | null> | HTMLElement;
padding?: number | SideObject;
}) => Middleware;
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