Socket
Socket
Sign inDemoInstall

is-dom

Package Overview
Dependencies
78
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

index.js

@@ -6,3 +6,3 @@ module.exports = isNode

? false
: (window && typeof window.Node === 'object')
: (typeof window === 'object' && typeof window.Node === 'object')
? (val instanceof window.Node)

@@ -9,0 +9,0 @@ : (typeof val.nodeType === 'number') &&

{
"name": "is-dom",
"version": "1.0.6",
"version": "1.0.7",
"description": "Check if the given object is a dom node",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc