Socket
Socket
Sign inDemoInstall

@floating-ui/core

Package Overview
Dependencies
Maintainers
1
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.1.2 to 0.1.3

7

package.json
{
"name": "@floating-ui/core",
"version": "0.1.2",
"version": "0.1.3",
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",

@@ -23,2 +23,7 @@ "main": "dist/floating-ui.core.js",

"bugs": "https://github.com/atomiks/floating-ui",
"repository": {
"type": "git",
"url": "https://github.com/atomiks/floating-ui.git",
"directory": "packages/core"
},
"homepage": "https://floating-ui.com",

@@ -25,0 +30,0 @@ "keywords": [

2

src/types.d.ts

@@ -116,3 +116,3 @@ export declare type BasePlacement = 'top' | 'right' | 'bottom' | 'left';

getBoundingClientRect(): ClientRectObject;
contextElement: any;
contextElement?: any;
};

@@ -119,0 +119,0 @@ export declare type ReferenceElement = any;

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