Socket
Socket
Sign inDemoInstall

dmn-moddle

Package Overview
Dependencies
4
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dmn-moddle

A moddle wrapper for DMN 1.3


Version published
Weekly downloads
12K
decreased by-29.24%
Maintainers
7
Install size
743 kB
Created
Weekly downloads
 

Changelog

Source

10.0.0

  • FEAT: promisify #fromXML and #toXML APIs (#19)
  • FIX: support di:extension elements (#20)
  • CHORE: bump to moddle-xml@9.0.5

Breaking Changes

  • #fromXML and #toXML APIs now return a Promise. These APIs don't support callbacks anymore and their usage requires to move from using Callbacks to Promises.

Readme

Source

dmn-moddle

CI

Read and write DMN 1.3 files in NodeJS and the browser.

dmn-moddle uses the DMN specification to validate the input and produce correct DMN XML. The library is built on top of moddle and moddle-xml.

Resources

Building the Project

To run the test suite that includes XSD schema validation you must have a Java JDK installed and properly exposed through the JAVA_HOME variable.

Execute the test via

npm test

Perform a complete build of the library via

npm run all

License

Use under the terms of the MIT license.

Keywords

FAQs

Last updated on 10 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc