Socket
Socket
Sign inDemoInstall

@floating-ui/react-dom

Package Overview
Dependencies
Maintainers
1
Versions
45
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.1.1 to 0.1.2

2

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

@@ -5,0 +5,0 @@ "main": "dist/floating-ui.react-dom.js",

@@ -10,4 +10,4 @@ import type { ComputePositionConfig, ComputePositionReturn } from '@floating-ui/core';

update: () => void;
reference: (node: Element) => void;
floating: (node: HTMLElement) => void;
reference: (node: Element | null) => void;
floating: (node: HTMLElement | null) => void;
refs: {

@@ -14,0 +14,0 @@ reference: MutableRefObject<Element | null>;

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