Socket
Socket
Sign inDemoInstall

@floating-ui/core

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@floating-ui/core - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@floating-ui/core",
"version": "1.0.0",
"version": "1.0.1",
"@rollingversions": {

@@ -5,0 +5,0 @@ "baseVersion": [

@@ -129,3 +129,3 @@ export declare type Alignment = 'start' | 'end';

export declare type ClientRectObject = Rect & SideObject;
export declare type Padding = number | SideObject;
export declare type Padding = number | Partial<SideObject>;
export declare type Boundary = any;

@@ -136,10 +136,10 @@ export declare type RootBoundary = 'viewport' | 'document';

export { rectToClientRect } from './utils/rectToClientRect';
export { detectOverflow, Options as DetectOverflowOptions } from './detectOverflow';
export { detectOverflow, Options as DetectOverflowOptions, } from './detectOverflow';
export { arrow, Options as ArrowOptions } from './middleware/arrow';
export { autoPlacement, Options as AutoPlacementOptions } from './middleware/autoPlacement';
export { autoPlacement, Options as AutoPlacementOptions, } from './middleware/autoPlacement';
export { flip, Options as FlipOptions } from './middleware/flip';
export { hide, Options as HideOptions } from './middleware/hide';
export { offset, Options as OffsetOptions } from './middleware/offset';
export { shift, limitShift, Options as ShiftOptions, LimitShiftOptions } from './middleware/shift';
export { shift, limitShift, Options as ShiftOptions, LimitShiftOptions, } from './middleware/shift';
export { size, Options as SizeOptions } from './middleware/size';
export { inline, Options as InlineOptions } from './middleware/inline';
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