Socket
Socket
Sign inDemoInstall

@zag-js/dom-query

Package Overview
Dependencies
Maintainers
1
Versions
669
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-20230623144255 to 0.0.0-dev-20230623145152

2

dist/platform.js

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

const isDom = () => typeof window !== "undefined";
const isDom = () => typeof document !== "undefined";
function getPlatform() {

@@ -8,0 +8,0 @@ const agent = navigator.userAgentData;

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

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

@@ -1,2 +0,2 @@

export const isDom = () => typeof window !== "undefined"
export const isDom = () => typeof document !== "undefined"

@@ -3,0 +3,0 @@ export function getPlatform() {

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