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

xml2json

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml2json - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

2

lib/xml2json.js

@@ -147,3 +147,3 @@ var expat = require('node-expat');

reversible: joi.boolean().default(false),
coerce: joi.boolean().default(true),
coerce: joi.alternatives([joi.boolean(), joi.object()]).default(true),
sanitize: joi.boolean().default(true),

@@ -150,0 +150,0 @@ trim: joi.boolean().default(true),

{
"name": "xml2json",
"version": "0.8.1",
"version": "0.8.2",
"description": "Converts xml to json and vice-versa, using node-expat.",

@@ -5,0 +5,0 @@ "repository": "git://github.com/buglabs/node-xml2json.git",

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