New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/dismissable

Package Overview
Dependencies
Maintainers
1
Versions
786
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.82.1 to 0.82.2

8

dist/index.js

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

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

@@ -211,5 +209,3 @@ }

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

@@ -216,0 +212,0 @@ }

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

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

"dependencies": {
"@zag-js/interact-outside": "0.82.1",
"@zag-js/dom-query": "0.82.1",
"@zag-js/utils": "0.82.1"
"@zag-js/interact-outside": "0.82.2",
"@zag-js/dom-query": "0.82.2",
"@zag-js/utils": "0.82.2"
},

@@ -31,0 +31,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