Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "bdom", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "a jsx compatible shorthand library for generating actual dom elements instead of virtual ones", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,2 +20,4 @@ # bdom - jsx compatible shorthand tool for creating actual dom elements | ||
) | ||
document.findElementsByTagName('body').appendChild(title) | ||
``` | ||
@@ -36,2 +38,4 @@ | ||
</h1> | ||
document.findElementsByTagName('body').appendChild(title) | ||
``` | ||
@@ -38,0 +42,0 @@ |
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
10972
45
0