Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "xml-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Parse XML without Blowing Up Your Bundle Size", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -63,3 +63,3 @@ # xml-utils | ||
const tags = findTagsByName(xml, "MDI"); | ||
// will output an array of tags | ||
// tags is an array of tags | ||
``` | ||
@@ -92,3 +92,3 @@ ## find one tag by path | ||
const tags = findTagByPath(xml, ["Metadata", "MDI"]); | ||
// will output an array of tags | ||
// tags is an array of tags | ||
``` | ||
@@ -95,0 +95,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
0
15227