You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@loaders.gl/xml

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/xml - npm Package Compare versions

Comparing version

to
3.4.1

@@ -15,3 +15,3 @@ "use strict";

function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
var VERSION = typeof "3.4.0" !== 'undefined' ? "3.4.0" : 'latest';
var VERSION = typeof "3.4.1" !== 'undefined' ? "3.4.1" : 'latest';
var XMLLoader = {

@@ -18,0 +18,0 @@ name: 'XML',

import { fastParseXML } from './lib/parsers/parse-xml';
import { uncapitalizeKeys } from './lib/xml-utils/uncapitalize';
const VERSION = typeof "3.4.0" !== 'undefined' ? "3.4.0" : 'latest';
const VERSION = typeof "3.4.1" !== 'undefined' ? "3.4.1" : 'latest';
export const XMLLoader = {

@@ -5,0 +5,0 @@ name: 'XML',

{
"name": "@loaders.gl/xml",
"version": "3.4.0",
"version": "3.4.1",
"description": "Framework-independent loaders for the XML (eXtensible Markup Language) format",

@@ -36,4 +36,4 @@ "license": "MIT",

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "3.4.0",
"@loaders.gl/schema": "3.4.0",
"@loaders.gl/loader-utils": "3.4.1",
"@loaders.gl/schema": "3.4.1",
"fast-xml-parser": "^4.1.3"

@@ -44,3 +44,3 @@ },

},
"gitHead": "63854c9c521112108239e9c23fd6accbe6d6e380"
"gitHead": "2c39d1032c1a8b3678a6f09507b89ffe92ca9e1b"
}