Socket
Socket
Sign inDemoInstall

@zag-js/interact-outside

Package Overview
Dependencies
1
Maintainers
1
Versions
782
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20220612194202 to 0.0.0-dev-20220615060231

1

dist/index.d.ts

@@ -7,2 +7,1 @@ export declare type InteractOutsideOptions = {

export declare function trackInteractOutside(node: HTMLElement | null, options: InteractOutsideOptions): () => void;
//# sourceMappingURL=index.d.ts.map

@@ -27,5 +27,3 @@ var __defProp = Object.defineProperty;

// ../dom/dist/index.mjs
var isDom = () => typeof window !== "undefined";
var hasProp = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop);
var isTouchDevice = isDom() && !!navigator.maxTouchPoints;
var runIfFn = (v, ...a) => {

@@ -171,2 +169,1 @@ const res = typeof v === "function" ? v(...a) : v;

}
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@zag-js/interact-outside",
"version": "0.0.0-dev-20220612194202",
"version": "0.0.0-dev-20220615060231",
"description": "Track interations or focus outside an element",

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

"dependencies": {
"@zag-js/dom-utils": "0.0.0-dev-20220612194202"
"@zag-js/dom-utils": "0.0.0-dev-20220615060231"
},

@@ -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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc