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

@zag-js/dismissable

Package Overview
Dependencies
Maintainers
0
Versions
769
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/dismissable - npm Package Compare versions

Comparing version 0.79.1 to 0.79.2

8

dist/index.js

@@ -188,3 +188,5 @@ 'use strict';

return () => {
cleanups.forEach((fn) => fn?.());
func(() => {
cleanups.forEach((fn) => fn?.());
});
};

@@ -210,3 +212,5 @@ }

return () => {
cleanups.forEach((fn) => fn?.());
func(() => {
cleanups.forEach((fn) => fn?.());
});
};

@@ -213,0 +217,0 @@ }

{
"name": "@zag-js/dismissable",
"version": "0.79.1",
"version": "0.79.2",
"description": "Dismissable layer utilities for the DOM",

@@ -26,6 +26,6 @@ "keywords": [

"dependencies": {
"@zag-js/interact-outside": "0.79.1",
"@zag-js/dom-query": "0.79.1",
"@zag-js/dom-event": "0.79.1",
"@zag-js/utils": "0.79.1"
"@zag-js/interact-outside": "0.79.2",
"@zag-js/dom-query": "0.79.2",
"@zag-js/dom-event": "0.79.2",
"@zag-js/utils": "0.79.2"
},

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

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