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.2 to 1.4.3

2

lib/manipulation.js

@@ -70,2 +70,4 @@ exports.removeElement = function(elem){

}
prev.parent = parent;
prev.prev = elem.prev;

@@ -72,0 +74,0 @@ prev.next = elem;

2

package.json
{
"name": "domutils",
"version": "1.4.2",
"version": "1.4.3",
"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