@thi.ng/hiccup
Advanced tools
Comparing version 2.7.1 to 2.7.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.7.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.7.1...@thi.ng/hiccup@2.7.2) (2018-12-20) | ||
**Note:** Version bump only for package @thi.ng/hiccup | ||
## [2.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.7.0...@thi.ng/hiccup@2.7.1) (2018-12-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/hiccup", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", | ||
@@ -52,3 +52,3 @@ "main": "./index.js", | ||
}, | ||
"gitHead": "159ce8f6b1d2dad1e12f2ba3f4f7b60d1623acee" | ||
"gitHead": "f44070e47befd2de4303df7ce375ba4f8134b794" | ||
} |
@@ -110,1 +110,2 @@ /** | ||
export declare const serialize: (tree: any, ctx?: any, escape?: boolean, span?: boolean, keys?: boolean, path?: number[]) => any; | ||
export declare const normalize: (tag: any[]) => any[]; |
@@ -142,3 +142,3 @@ "use strict"; | ||
} | ||
tree = normalize(tree); | ||
tree = exports.normalize(tree); | ||
tag = tree[0]; | ||
@@ -224,3 +224,3 @@ const attribs = tree[1]; | ||
}; | ||
const normalize = (tag) => { | ||
exports.normalize = (tag) => { | ||
let el = tag[0]; | ||
@@ -227,0 +227,0 @@ let match, id, clazz; |
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
62362
483