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

xml2js-expat

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml2js-expat - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

.npmignore

4

lib/xml2js.js
var expat = require('node-expat'),
sys = require('sys'),
util = require('util'),
events = require('events');

@@ -115,3 +115,3 @@

};
sys.inherits(Parser, events.EventEmitter);
util.inherits(Parser, events.EventEmitter);

@@ -118,0 +118,0 @@ /**

{
"name": "xml2js-expat",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple XML to JavaScript object converter that uses Expat, a fast XML parser.",

@@ -5,0 +5,0 @@ "homepage" : "https://github.com/Poetro/node-xml2js-expat",

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