@caspingus/xml-js
Advanced tools
Comparing version 1.6.11 to 1.6.12
/*jslint node:true */ | ||
var xml2js = require('xml2js'); | ||
var xml2json = require('xml2json'); | ||
var js2xml = require('js2xml'); | ||
var json2xml = require('json2xml'); | ||
var xml2js = require('./xml2js'); | ||
var xml2json = require('./xml2json'); | ||
var js2xml = require('./js2xml'); | ||
var json2xml = require('./json2xml'); | ||
@@ -8,0 +8,0 @@ module.exports = { |
{ | ||
"name": "@caspingus/xml-js", | ||
"version": "1.6.11", | ||
"version": "1.6.12", | ||
"description": "A convertor between XML text and Javascript object / JSON text.", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1051293