Socket
Socket
Sign inDemoInstall

@floating-ui/utils

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@floating-ui/utils - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

dom/dist/floating-ui.utils.dom.esm.js

@@ -125,5 +125,5 @@ function getNodeName(node) {

}
return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor));
return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));
}
export { getComputedStyle, getContainingBlock, getDocumentElement, getNearestOverflowAncestor, getNodeName, getNodeScroll, getOverflowAncestors, getParentNode, getWindow, isContainingBlock, isElement, isHTMLElement, isLastTraversableNode, isNode, isOverflowElement, isShadowRoot, isTableElement, isWebKit };

@@ -131,3 +131,3 @@ (function (global, factory) {

}
return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor));
return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));
}

@@ -134,0 +134,0 @@

{
"name": "@floating-ui/utils",
"version": "0.1.3",
"version": "0.1.4",
"description": "Utilities for Floating UI",

@@ -5,0 +5,0 @@ "publishConfig": {

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