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

@aria-ui/presence

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/presence - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

14

dist/index.js

@@ -16,8 +16,10 @@ // src/use-presence.ts

};
const initialPresent = present.peek();
if (initialPresent) {
show();
} else {
hide();
}
useEffect(element, () => {
const initialPresent = present.peek();
if (initialPresent) {
show();
} else {
hide();
}
});
const handlePresentChange = (presentValue) => {

@@ -24,0 +26,0 @@ const style = getComputedStyle(element);

{
"name": "@aria-ui/presence",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": false,

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

"dependencies": {
"@aria-ui/core": "^0.0.8"
"@aria-ui/core": "^0.0.9"
},

@@ -15,0 +15,0 @@ "devDependencies": {

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