get-dom-document
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4517