Comparing version 1.0.1 to 1.1.0
@@ -1,3 +0,4 @@ | ||
exports.Parser = require('./lib/tree_construction_stage/parser'); | ||
exports.TreeSerializer = require('./lib/tree_construction_stage/tree_serializer'); | ||
exports.Parser = require('./lib/tree_construction/parser'); | ||
exports.SimpleApiParser = require('./lib/simple_api/simple_api_parser'); | ||
exports.TreeSerializer = require('./lib/tree_serialization/tree_serializer'); | ||
@@ -4,0 +5,0 @@ exports.TreeAdapters = { |
{ | ||
"name": "parse5", | ||
"description": "Fast full-featured HTML parser for Node. Based on WHATWG HTML5 specification.", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"author": "Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)", | ||
@@ -19,3 +19,5 @@ "keywords": [ | ||
"html serializer", | ||
"htmlserializer" | ||
"htmlserializer", | ||
"sax", | ||
"simple api" | ||
], | ||
@@ -22,0 +24,0 @@ "repository": { |
@@ -87,3 +87,3 @@ ![logo](https://raw.github.com/inikulin/parse5/master/logo.png) | ||
####• Parser.parseFragment(htmlFragment, [contextElement]) | ||
Parses given `htmlFragment`. Returns `documentFragment` node. Optional `contextElement` argument specifies resulting tree format. If `contextElement` argument is not specified, `<div>` element will be used. | ||
Parses given `htmlFragment`. Returns `documentFragment` node. Optional `contextElement` argument specifies context in which given `htmlFragment` will be parsed (consider it as setting `contextElement.innerHTML` property). If `contextElement` argument is not specified, `<div>` element will be used. | ||
@@ -90,0 +90,0 @@ *Example:* |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
369553
20
5980
1