Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xml-parser-xo

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-parser-xo - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

.github/workflows/ci.yml

2

index.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc