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

@zag-js/dom-query

Package Overview
Dependencies
Maintainers
1
Versions
683
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/dom-query - npm Package Compare versions

Comparing version 0.0.0-dev-20230223073112 to 0.0.0-dev-20230225065338

dist/chunk-ZPAS4QMN.mjs

2

dist/index.js

@@ -266,3 +266,3 @@ "use strict";

var isTouchDevice = () => isDom() && !!navigator.maxTouchPoints;
var isMac = () => pt(/^Mac/) && !isTouchDevice;
var isMac = () => pt(/^Mac/) && !isTouchDevice();
var isIPhone = () => pt(/^iPhone/);

@@ -269,0 +269,0 @@ var isSafari = () => isApple() && vn(/apple/i);

declare const isDom: () => boolean;
declare function getPlatform(): any;
declare const isTouchDevice: () => boolean;
declare const isMac: () => false;
declare const isMac: () => boolean;
declare const isIPhone: () => boolean;

@@ -6,0 +6,0 @@ declare const isSafari: () => boolean;

@@ -43,3 +43,3 @@ "use strict";

var isTouchDevice = () => isDom() && !!navigator.maxTouchPoints;
var isMac = () => pt(/^Mac/) && !isTouchDevice;
var isMac = () => pt(/^Mac/) && !isTouchDevice();
var isIPhone = () => pt(/^iPhone/);

@@ -46,0 +46,0 @@ var isSafari = () => isApple() && vn(/apple/i);

{
"name": "@zag-js/dom-query",
"version": "0.0.0-dev-20230223073112",
"version": "0.0.0-dev-20230225065338",
"description": "The dom helper library for zag.js machines",

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

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