Socket
Socket
Sign inDemoInstall

express-xml-parser

Package Overview
Dependencies
8
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.1.0

4

package.json
{
"name": "express-xml-parser",
"version": "0.0.3",
"description": "express middleware to parse xml data",
"version": "0.1.0",
"description": "express middleware to parse xml body using type-is, raw-body, xml2js",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -5,3 +5,3 @@ # express-xml-parser

- use `is-type` to check whether a xml request
- use `type-is` to check whether a xml request
- use `raw-body` to get decoded text body from request

@@ -8,0 +8,0 @@ - and `xml2js` to parse to json

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