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

xml2js-parser

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml2js-parser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "xml2js-parser",
"description": "Simple XML to JavaScript object converter.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Lauris Vavere <lauris@ma-1.lv>",

@@ -65,3 +65,3 @@ "contributors": [

"type": "git",
"url": "https://github.com/vavere/node-xml2js"
"url": "https://github.com/vavere/xml2js-parser/"
},

@@ -68,0 +68,0 @@ "dependencies": {

@@ -32,3 +32,3 @@ xml2js-parser

const parseString = require('xml2js-parser').parseString;
const xml = '<root>Hello xml2js-parser!</root>'
const xml = '<root>Hello xml2js-parser!</root>';
parseString(xml, (err, result) => {

@@ -35,0 +35,0 @@ console.dir(result);

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