Socket
Socket
Sign inDemoInstall

xmlbuilder

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmlbuilder - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

lib/index.js

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.9.1

assign = require('lodash/object/assign');
assign = require('lodash/assign');

@@ -8,0 +8,0 @@ XMLBuilder = require('./XMLBuilder');

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -8,0 +8,0 @@ module.exports = XMLAttribute = (function() {

@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -10,0 +10,0 @@ XMLNode = require('./XMLNode');

@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -10,0 +10,0 @@ XMLNode = require('./XMLNode');

@@ -7,5 +7,5 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');
isObject = require('lodash/lang/isObject');
isObject = require('lodash/isObject');

@@ -12,0 +12,0 @@ XMLNode = require('./XMLNode');

@@ -5,5 +5,5 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');
isObject = require('lodash/lang/isObject');
isObject = require('lodash/isObject');

@@ -10,0 +10,0 @@ XMLCData = require('./XMLCData');

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -8,0 +8,0 @@ module.exports = XMLDTDAttList = (function() {

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -8,0 +8,0 @@ module.exports = XMLDTDElement = (function() {

@@ -5,5 +5,5 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');
isObject = require('lodash/lang/isObject');
isObject = require('lodash/isObject');

@@ -10,0 +10,0 @@ module.exports = XMLDTDEntity = (function() {

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -8,0 +8,0 @@ module.exports = XMLDTDNotation = (function() {

@@ -7,9 +7,9 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');
isObject = require('lodash/lang/isObject');
isObject = require('lodash/isObject');
isFunction = require('lodash/lang/isFunction');
isFunction = require('lodash/isFunction');
every = require('lodash/collection/every');
every = require('lodash/every');

@@ -16,0 +16,0 @@ XMLNode = require('./XMLNode');

@@ -6,7 +6,7 @@ // Generated by CoffeeScript 1.9.1

isObject = require('lodash/lang/isObject');
isObject = require('lodash/isObject');
isFunction = require('lodash/lang/isFunction');
isFunction = require('lodash/isFunction');
isEmpty = require('lodash/lang/isEmpty');
isEmpty = require('lodash/isEmpty');

@@ -13,0 +13,0 @@ XMLElement = null;

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -8,0 +8,0 @@ module.exports = XMLProcessingInstruction = (function() {

@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -10,0 +10,0 @@ XMLNode = require('./XMLNode');

@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.9.1

create = require('lodash/object/create');
create = require('lodash/create');

@@ -10,0 +10,0 @@ XMLNode = require('./XMLNode');

{
"name": "xmlbuilder",
"version": "4.2.0",
"version": "4.2.1",
"keywords": [

@@ -25,3 +25,3 @@ "xml",

"dependencies": {
"lodash": "^3.5.0"
"lodash": "^4.0.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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