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

get-dom-document

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-dom-document - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/get-dom-document.node.js

@@ -7,3 +7,3 @@ let nodeDomDocument = null;

const { JSDOM } = require("jsdom");
nodeDomDocument = JSDOM().window.document;
nodeDomDocument = new JSDOM().window.document;
} catch {

@@ -10,0 +10,0 @@ // ignore

{
"name": "get-dom-document",
"version": "0.1.0",
"version": "0.1.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "main": "./lib/get-dom-document.node.js",

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