Socket
Socket
Sign inDemoInstall

node-html-parser

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-html-parser - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

2

dist/esm/nodes/html.js

@@ -241,3 +241,3 @@ import he from 'he';

// Normalize each line's whitespace
return block.join('').trim().replace(/\s{2,}/g, ' ');
return block.join('').replace(/\s{2,}/g, ' ');
})

@@ -244,0 +244,0 @@ .join('\n').replace(/\s+$/, ''); // trimRight;

@@ -488,3 +488,3 @@ var __extends = (this && this.__extends) || (function () {

// Normalize each line's whitespace
return block.join('').trim().replace(/\s{2,}/g, ' ');
return block.join('').replace(/\s{2,}/g, ' ');
})

@@ -491,0 +491,0 @@ .join('\n').replace(/\s+$/, ''); // trimRight;

@@ -314,3 +314,3 @@ "use strict";

// Normalize each line's whitespace
return block.join('').trim().replace(/\s{2,}/g, ' ');
return block.join('').replace(/\s{2,}/g, ' ');
})

@@ -317,0 +317,0 @@ .join('\n').replace(/\s+$/, ''); // trimRight;

{
"name": "node-html-parser",
"version": "3.3.1",
"version": "3.3.2",
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",

@@ -5,0 +5,0 @@ "main": "dist/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