Socket
Socket
Sign inDemoInstall

xml-parser

Package Overview
Dependencies
2
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

History.md

4

index.js

@@ -72,3 +72,3 @@

debug('tag %j', xml);
var m = match(/^<([\w+:.]+)\s*/);
var m = match(/^<([\w-:.]+)\s*/);
if (!m) return;

@@ -107,3 +107,3 @@

// closing
match(/^<\/[\w:.]+>\s*/);
match(/^<\/[\w-:.]+>\s*/);

@@ -110,0 +110,0 @@ return node;

{
"name": "xml-parser",
"version": "1.2.0",
"version": "1.2.1",
"repository": "segmentio/xml-parser",
"description": "the little xml parser that could",
"scripts": {
"test": "make test"
},
"keywords": [

@@ -11,10 +14,10 @@ "xml",

"dependencies": {
"debug": "~0.7.4"
"debug": "^2.2.0"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"matcha": "~0.4.1"
"matcha": "^0.6.0",
"mocha": "^2.2.5",
"should": "^6.0.3"
},
"license": "MIT"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc