Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

moddle-xml

Package Overview
Dependencies
Maintainers
9
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moddle-xml - npm Package Compare versions

Comparing version 10.0.0 to 11.0.0-exp.0

15

dist/index.esm.js

@@ -350,3 +350,5 @@ import { forEach, assign, find, isString, findIndex, filter, has } from 'min-dash';

} else
if (name !== 'xmlns') {
if (name === 'xmlns') {
name = ':' + name;
} else {
propNameNs = parseNameNS(name, descriptor.ns.prefix);

@@ -1416,8 +1418,9 @@

} catch (e) {
/* global console */
console.warn(
'missing namespace information for ',
attr.name, '=', attr.value, 'on', element,
e);
// eslint-disable-next-line no-undef
typeof console !== 'undefined' && console.warn(
`missing namespace information for <${
attr.name
}=${ attr.value }> on`, element, e
);
}

@@ -1424,0 +1427,0 @@ });

4

package.json
{
"name": "moddle-xml",
"version": "10.0.0",
"version": "11.0.0-exp.0",
"description": "XML import/export for documents described with moddle",

@@ -59,5 +59,5 @@ "scripts": {

"min-dash": "^4.0.0",
"moddle": "^6.0.0",
"moddle": "^7.0.0-exp.0",
"saxen": "^8.1.2"
}
}

Sorry, the diff of this file is not supported yet

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