New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/xml

Package Overview
Dependencies
Maintainers
9
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/xml - npm Package Compare versions

Comparing version 3.4.12 to 3.4.13

2

dist/es5/xml-loader.js

@@ -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.12" !== 'undefined' ? "3.4.12" : 'latest';
var VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : '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.12" !== 'undefined' ? "3.4.12" : 'latest';
const VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
export const XMLLoader = {

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

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

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

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "3.4.12",
"@loaders.gl/schema": "3.4.12",
"@loaders.gl/loader-utils": "3.4.13",
"@loaders.gl/schema": "3.4.13",
"fast-xml-parser": "^4.2.5"
},
"gitHead": "85254762ae3082f608a863291deef09f2b40c6cf"
"gitHead": "be8849c02972ce541e01720d29b976f830d6af92"
}
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