Socket
Socket
Sign inDemoInstall

xml2js

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml2js - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

4

lib/xml2js.js
// Generated by CoffeeScript 1.9.3
(function() {
"use strict";
var bom, builder, escapeCDATA, events, isEmpty, processName, processors, requiresCDATA, sax, wrapCDATA,
var bom, builder, escapeCDATA, events, isEmpty, processName, processors, requiresCDATA, sax, setImmediate, wrapCDATA,
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },

@@ -19,2 +19,4 @@ hasProp = {}.hasOwnProperty,

setImmediate = require('timers').setImmediate;
isEmpty = function(thing) {

@@ -21,0 +23,0 @@ return typeof thing === "object" && (thing != null) && Object.keys(thing).length === 0;

@@ -9,3 +9,3 @@ {

"homepage": "https://github.com/Leonidas-from-XIV/node-xml2js",
"version": "0.4.11",
"version": "0.4.12",
"author": "Marek Kubica <marek@xivilization.net> (http://xivilization.net)",

@@ -50,3 +50,4 @@ "contributors": [

"Pascal Ehlert <pascal@hacksrus.net> (http://www.hacksrus.net/)",
"Tom Spencer <fiznool@gmail.com> (http://fiznool.com/)"
"Tom Spencer <fiznool@gmail.com> (http://fiznool.com/)",
"Tristian Flanagan (https://github.com/tflanagan)"
],

@@ -53,0 +54,0 @@ "main": "./lib/xml2js",

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