Comparing version 1.3.3 to 1.3.4
@@ -98,3 +98,3 @@ var sax = require('sax'); | ||
while (instruction.body) { | ||
var attribute = instruction.body.match(/([\w:-]+)\s*=\s*"([^"]*)"|'([^']*)'|(\w+)\s*/); | ||
var attribute = instruction.body.match(/([\w:-]+)\s*=\s*(?:"([^"]*)"|'([^']*)'|(\w+))\s*/); | ||
if (!attribute) { | ||
@@ -101,0 +101,0 @@ break; |
{ | ||
"name": "xml-js", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A convertor between XML text and Javascript object / JSON text.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
66771