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 0.7.1 to 0.7.2

4

dist/floating-ui.core.esm.js

@@ -273,5 +273,3 @@ function getSide(placement) {

strategy
}) : rects[elementContext]); // positive = overflowing the clipping rect
// 0 or negative = within the clipping rect
}) : rects[elementContext]);
return {

@@ -278,0 +276,0 @@ top: clippingClientRect.top - elementClientRect.top + paddingObject.top,

@@ -279,5 +279,3 @@ (function (global, factory) {

strategy
}) : rects[elementContext]); // positive = overflowing the clipping rect
// 0 or negative = within the clipping rect
}) : rects[elementContext]);
return {

@@ -284,0 +282,0 @@ top: clippingClientRect.top - elementClientRect.top + paddingObject.top,

{
"name": "@floating-ui/core",
"version": "0.7.1",
"version": "0.7.2",
"@rollingversions": {

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

@@ -135,10 +135,10 @@ export declare type Alignment = 'start' | 'end';

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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