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

@aria-ui/popover

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/popover - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

10

dist/index.js

@@ -9,3 +9,4 @@ // src/popover-content.element.gen.ts

useAttribute,
useEffect
useEffect,
useAnimationFrame
} from "@aria-ui/core";

@@ -110,3 +111,3 @@ import { useOverlayPositioner } from "@aria-ui/overlay";

let previousOpenValue = open.peek();
useEffect(element, () => {
useAnimationFrame(element, () => {
const openValue = open.value;

@@ -117,3 +118,3 @@ const shouldFocus = openValue && !previousOpenValue;

return;
const id = requestAnimationFrame(() => {
return () => {
var _a;

@@ -123,4 +124,3 @@ if (open.peek()) {

}
});
return () => cancelAnimationFrame(id);
};
});

@@ -127,0 +127,0 @@ }

{
"name": "@aria-ui/popover",
"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"private": false,

@@ -12,11 +12,11 @@ "sideEffects": false,

"dependencies": {
"@aria-ui/core": "^0.0.9",
"@aria-ui/overlay": "^0.0.9",
"@aria-ui/presence": "^0.0.4",
"@zag-js/dismissable": "^0.41.0",
"@zag-js/tabbable": "^0.41.0"
"@aria-ui/core": "^0.0.10",
"@aria-ui/overlay": "^0.0.10",
"@aria-ui/presence": "^0.0.5",
"@zag-js/dismissable": "^0.45.0",
"@zag-js/tabbable": "^0.45.0"
},
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},

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

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