Socket
Socket
Sign inDemoInstall

@zag-js/popper

Package Overview
Dependencies
Maintainers
1
Versions
883
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/popper - npm Package Compare versions

Comparing version 0.0.0-dev-20220604091934 to 0.0.0-dev-20220604123458

8

dist/index.js

@@ -45,6 +45,8 @@ var __defProp = Object.defineProperty;

// ../core/dist/index.mjs
var isDom = () => typeof window !== "undefined";
var isBoolean = (v) => v === true || v === false;
var isTouchDevice = isDom() && !!navigator.maxTouchPoints;
var noop = () => {
};
var pipe = (...fns) => (v) => fns.reduce((a, b) => b(a), v);
var isBoolean = (v) => v === true || v === false;

@@ -55,2 +57,5 @@ // src/auto-update.ts

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

@@ -62,3 +67,2 @@ const res = typeof v === "function" ? v(...a) : v;

};
var hasProp = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop);
function getListenerElements() {

@@ -65,0 +69,0 @@ ;

{
"name": "@zag-js/popper",
"version": "0.0.0-dev-20220604091934",
"version": "0.0.0-dev-20220604123458",
"description": "Dynamic positioning logic for ui machines",

@@ -29,4 +29,4 @@ "keywords": [

"@floating-ui/dom": "^0.4.2",
"@zag-js/dom-utils": "0.0.0-dev-20220604091934",
"@zag-js/utils": "0.0.0-dev-20220604091934"
"@zag-js/dom-utils": "0.0.0-dev-20220604123458",
"@zag-js/utils": "0.0.0-dev-20220604123458"
},

@@ -33,0 +33,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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