hostic-dom
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -1789,2 +1789,4 @@ 'use strict'; | ||
exports.h = h; | ||
exports.hArgumentParser = hArgumentParser; | ||
exports.hFactory = hFactory; | ||
exports.html = html; | ||
@@ -1791,0 +1793,0 @@ exports.parseHTML = parseHTML; |
@@ -1772,2 +1772,2 @@ import { parse } from 'css-what'; | ||
export { CDATA, VDocument, VDocumentFragment, VElement, VHTMLDocument, VNode, VNodeQuery, VTextNode, createDocument, createHTMLDocument, document, escapeHTML, h, html, parseHTML, tidyDOM, unescapeHTML, vdom, xml }; | ||
export { CDATA, VDocument, VDocumentFragment, VElement, VHTMLDocument, VNode, VNodeQuery, VTextNode, createDocument, createHTMLDocument, document, escapeHTML, h, hArgumentParser, hFactory, html, parseHTML, tidyDOM, unescapeHTML, vdom, xml }; |
{ | ||
"name": "hostic-dom", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Lightweight virtual DOM", | ||
@@ -5,0 +5,0 @@ "author": { |
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
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
99525
3008