xml-parser-xo
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -124,3 +124,3 @@ "use strict"; | ||
else { | ||
match(/^<\/\s*[\w-:.\u00C0-\u00FF]+>/); | ||
match(/^<\/[\w-:.\u00C0-\u00FF]+\s*>/); | ||
} | ||
@@ -127,0 +127,0 @@ return { |
@@ -120,3 +120,3 @@ export class ParsingError extends Error { | ||
else { | ||
match(/^<\/\s*[\w-:.\u00C0-\u00FF]+>/); | ||
match(/^<\/[\w-:.\u00C0-\u00FF]+\s*>/); | ||
} | ||
@@ -123,0 +123,0 @@ return { |
{ | ||
"name": "xml-parser-xo", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"repository": "github:chrisbottin/xml-parser", | ||
@@ -27,3 +27,3 @@ "bugs": { | ||
"engines": { | ||
"node": ">= 14" | ||
"node": ">= 16" | ||
}, | ||
@@ -30,0 +30,0 @@ "keywords": [ |
@@ -213,3 +213,3 @@ export type XmlParserOptions = { | ||
} else { | ||
match(/^<\/\s*[\w-:.\u00C0-\u00FF]+>/); | ||
match(/^<\/[\w-:.\u00C0-\u00FF]+\s*>/); | ||
} | ||
@@ -216,0 +216,0 @@ |
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