You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

html-to-content-model

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-to-content-model - npm Package Compare versions

Comparing version

to
0.3.2

2

lib/parseHTML.js

@@ -23,3 +23,5 @@ Object.defineProperty(exports,"__esModule",{value:true});exports.default=

}
if(!newNode.isSelfClosing){
nodeStack.push(newNode);
}
});

@@ -26,0 +28,0 @@ parser.on('endTag',function(){

2

package.json
{
"name": "html-to-content-model",
"version": "0.3.1",
"version": "0.3.2",
"description": "html-to-content-model",

@@ -5,0 +5,0 @@ "main": "lib/main.js",