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

@floating-ui/react-dom

Package Overview
Dependencies
Maintainers
2
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 1.2.1 to 1.2.2

4

package.json
{
"name": "@floating-ui/react-dom",
"version": "1.2.1",
"version": "1.2.2",
"@rollingversions": {

@@ -62,3 +62,3 @@ "baseVersion": [

"dependencies": {
"@floating-ui/dom": "^1.1.0"
"@floating-ui/dom": "^1.1.1"
},

@@ -65,0 +65,0 @@ "devDependencies": {

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

export declare const arrow: (options: {
element: React.MutableRefObject<HTMLElement | null> | HTMLElement;
element: React.MutableRefObject<Element | null> | Element;
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