Socket
Socket
Sign inDemoInstall

@chakra-ui/dom-utils

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/dom-utils - npm Package Compare versions

Comparing version 0.0.0-dev-20220819191103 to 0.0.0-dev-20220820120308

3

dist/index.cjs.js

@@ -38,5 +38,4 @@ "use strict";

function isHTMLElement(el) {
if (!isElement(el)) {
if (!isElement(el))
return false;
}
const win = el.ownerDocument.defaultView ?? window;

@@ -43,0 +42,0 @@ return el instanceof win.HTMLElement;

@@ -6,5 +6,4 @@ // src/dom.ts

function isHTMLElement(el) {
if (!isElement(el)) {
if (!isElement(el))
return false;
}
const win = el.ownerDocument.defaultView ?? window;

@@ -11,0 +10,0 @@ return el instanceof win.HTMLElement;

{
"name": "@chakra-ui/dom-utils",
"version": "0.0.0-dev-20220819191103",
"version": "0.0.0-dev-20220820120308",
"description": "",

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

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