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 4.1.0-alpha.9 to 4.1.0-alpha.10

2

dist/xml-loader.js
import { parseXMLSync } from "./lib/parsers/parse-xml.js";
const VERSION = typeof "4.1.0-alpha.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest';
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest';
export const XMLLoader = {

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

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

@@ -27,5 +27,5 @@ "license": "MIT",

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
}

@@ -45,7 +45,7 @@ },

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "4.1.0-alpha.9",
"@loaders.gl/schema": "4.1.0-alpha.9",
"@loaders.gl/loader-utils": "4.1.0-alpha.10",
"@loaders.gl/schema": "4.1.0-alpha.10",
"fast-xml-parser": "^4.2.5"
},
"gitHead": "0291d4d78d71202385d0368942f84778d6aafa82"
"gitHead": "19f43c2d90d8b50860c3f8e487429779a386287d"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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