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

html5

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html5 - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

lib/sax/SAXTreeBuilder.js

@@ -79,3 +79,3 @@ var util = require('util');

SAXTreeBuilder.prototype.reparentChildren = function(oldParent, newParent) {
newParent.appendChildren(oldParent.firstChild);
newParent.appendChildren(oldParent);
};

@@ -105,2 +105,7 @@

function Locator() {
this.lineNumber = -1;
this.columnNumber = -1;
}
var NodeType = {

@@ -107,0 +112,0 @@ /**

2

package.json
{
"name": "html5",
"description": "HTML5 HTML parser, including support for SVG and MathML foreign content",
"version": "v1.0.2",
"version": "v1.0.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Aria Stewart",

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