Comparing version 1.4.0 to 1.4.1
10
index.js
var DomUtils = module.exports; | ||
[ | ||
"stringify", "traversal", "manipulation", "querying", "legacy", "helpers" | ||
].forEach(function(name){ | ||
var ext = require("./lib/" + name); | ||
require("./lib/stringify"), | ||
require("./lib/traversal"), | ||
require("./lib/manipulation"), | ||
require("./lib/querying"), | ||
require("./lib/legacy"), | ||
require("./lib/helpers") | ||
].forEach(function(ext){ | ||
Object.keys(ext).forEach(function(key){ | ||
@@ -8,0 +12,0 @@ DomUtils[key] = ext[key].bind(DomUtils); |
{ | ||
"name": "domutils", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "utilities for working with htmlparser2's dom", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
15985
507
0