Comparing version 4.5.6 to 4.5.7
{ | ||
"name": "uhtml", | ||
"version": "4.5.6", | ||
"version": "4.5.7", | ||
"description": "A micro HTML/SVG render", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
@@ -5,3 +5,3 @@ export function cloned(node: any): any; | ||
export function asElement({ [nodeType]: type }: { | ||
"__@nodeType@29114": any; | ||
"__@nodeType@29117": any; | ||
}): boolean; | ||
@@ -8,0 +8,0 @@ export function changeParentNode(node: any, parent: any): any; |
@@ -5,7 +5,4 @@ export { initSsr as default }; | ||
export type DOMLevel0Listener = Function | null; | ||
/** | ||
* @param {Document} document | ||
* @returns {import("./keyed.js")} | ||
*/ | ||
declare function initSsr(content: any, ...rest: any[]): typeof import("./keyed.js"); | ||
/** @type {(content:string?, ...rest:string[]) => import("./keyed.js")} */ | ||
declare var initSsr: (content: string | null, ...rest: string[]) => typeof import("./keyed.js"); | ||
declare class Node { | ||
@@ -12,0 +9,0 @@ constructor(node: any, svg: any); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1076015
21281