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

@zag-js/interact-outside

Package Overview
Dependencies
Maintainers
1
Versions
823
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/interact-outside - npm Package Compare versions

Comparing version 0.0.0-dev-20220706194607 to 0.0.0-dev-20220707125149

3

dist/index.js

@@ -79,3 +79,4 @@ "use strict";

return;
const event = new CustomEvent(type, init);
const win = getWindow(el);
const event = new win.CustomEvent(type, init);
return el.dispatchEvent(event);

@@ -82,0 +83,0 @@ }

{
"name": "@zag-js/interact-outside",
"version": "0.0.0-dev-20220706194607",
"version": "0.0.0-dev-20220707125149",
"description": "Track interations or focus outside an element",

@@ -31,3 +31,3 @@ "keywords": [

"dependencies": {
"@zag-js/dom-utils": "0.0.0-dev-20220706194607"
"@zag-js/dom-utils": "0.0.0-dev-20220707125149"
},

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