Comparing version 0.21.10 to 0.21.11
@@ -1845,2 +1845,3 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) { | ||
Element.createElement = function(element, props) { | ||
props = props || {} | ||
if (arguments.length > 2) | ||
@@ -1847,0 +1848,0 @@ props.content = [].slice.call(arguments, 2) |
@@ -925,2 +925,3 @@ declare namespace alkali { | ||
export function content<T>(node: T): T | ||
export function createElement(element: string|Function, properties: ElementProperties, ...children: Array<ElementChild>): ElementClass<HTMLElement> | ||
@@ -927,0 +928,0 @@ export function getNextVersion(): number |
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.21.10", | ||
"version": "0.21.11", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
976943
12090