Socket
Socket
Sign inDemoInstall

parsexmlresponse

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

4

index.js

@@ -14,3 +14,5 @@ "use strict";

req.on('end', function () {
res.end()
if (res) {
res.end()
}
xmlParser.parseString(body, callback);

@@ -17,0 +19,0 @@ });

@@ -7,3 +7,3 @@ {

"description": "Library to spool HTTP responses with an XML body and convert to a javascript object.",
"version": "0.0.4",
"version": "0.0.5",
"main": "index.js",

@@ -10,0 +10,0 @@ "directories": {

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