xml-parser-xo
Advanced tools
Comparing version 3.1.2 to 3.2.0
@@ -202,3 +202,3 @@ /** | ||
function attribute() { | ||
const m = match(/([\w:-]+)\s*=\s*("[^"]*"|'[^']*'|\w+)\s*/); | ||
const m = match(/([\w-:.]+)\s*=\s*("[^"]*"|'[^']*'|\w+)\s*/); | ||
if (!m) return; | ||
@@ -205,0 +205,0 @@ return {name: m[1], value: strip(m[2])} |
{ | ||
"name": "xml-parser-xo", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"repository": "github:chrisbottin/xml-parser", | ||
@@ -5,0 +5,0 @@ "bugs": { |
# xml-parser-xo | ||
XML parser based on [xml-parser](https://www.npmjs.com/package/xml-parser). | ||
[![Travis CI status](https://travis-ci.org/chrisbottin/xml-parser.svg?branch=xml-parser-xo)](https://travis-ci.org/chrisbottin/xml-parser) | ||
[![NPM](https://nodei.co/npm/xml-parser-xo.png?downloads=true)](https://nodei.co/npm/xml-parser-xo/) | ||
XML parser based on [xml-parser](https://www.npmjs.com/package/xml-parser). | ||
[![Build Status](https://github.com/chrisbottin/xml-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/chrisbottin/xml-parser/actions/workflows/ci.yml) [![npm version](https://img.shields.io/npm/v/xml-parser-xo.svg)](https://npmjs.org/package/xml-parser-xo) | ||
## Installation | ||
@@ -11,0 +9,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
9761
5
67