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

moddle-xml

Package Overview
Dependencies
Maintainers
2
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 7.2.2 to 7.2.3

6

CHANGELOG.md

@@ -9,2 +9,8 @@ # Changelog

## 7.2.3
* `FIX`: correctly serialize extension attributes along with typed elements
## 7.2.0
* `FEAT`: warn on invalid attributes under well-known namespaces ([#32](https://github.com/bpmn-io/moddle-xml/issues/32))

@@ -11,0 +17,0 @@

2

lib/write.js

@@ -765,3 +765,3 @@ import {

TypeSerializer.prototype.isLocalNs = function(ns) {
return ns.uri === this.typeNs.uri;
return ns.uri === (this.typeNs || this.ns).uri;
};

@@ -768,0 +768,0 @@

{
"name": "moddle-xml",
"version": "7.2.2",
"version": "7.2.3",
"description": "XML import/export for documents described with moddle",

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

@@ -0,1 +1,4 @@

> As of version `7.0.0` this library exposes ES modules. Use [esm](https://github.com/standard-things/esm) or a ES module aware transpiler such as Webpack, Rollup or Browserify + babelify to consume it.
# moddle-xml

@@ -21,3 +24,3 @@

```
```javascript
import Moddle from 'moddle';

@@ -98,7 +101,4 @@ import {

> __Note:__ As of version `7.0.0` this library exposes ES modules. Use [esm](https://github.com/standard-things/esm) or a ES module aware transpiler such as Webpack, Rollup or Browserify + babelify to consume it.
## License
MIT
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