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

domutils

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domutils - npm Package Compare versions

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",

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