Socket
Socket
Sign inDemoInstall

moddle-xml

Package Overview
Dependencies
Maintainers
3
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 1.1.0 to 1.1.1

5

lib/writer.js

@@ -475,2 +475,7 @@ 'use strict';

// graceful handle anonymous (non-ns) elements, cf. #23
if (typeof prefix === 'undefined') {
return {};
}
var wellknownUri = DEFAULT_NS_MAP[prefix] || model && (model.getPackage(prefix) || {}).uri;

@@ -477,0 +482,0 @@

2

package.json
{
"name": "moddle-xml",
"version": "1.1.0",
"version": "1.1.1",
"description": "XML import/export for documents described with moddle",

@@ -5,0 +5,0 @@ "directories": {

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