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

bpmn-js-signavio-compat

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-js-signavio-compat

A signavio compatibility layer for bpmn-js

  • 1.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
48
decreased by-25%
Maintainers
7
Weekly downloads
 
Created
Source

bpmn-js-signavio-compat

Build Status

Interoperate with Signavio exported diagrams.

Features

  • Expand and collapse sub-processes, Signavio style

Usage with bpmn-js

Add bpmn-js-signavio-compat as an additional module when creating the bpmn-js instance:

import signavioCompatModule from 'bpmn-js-signavio-compat';

const modeler = new Modeler({
  additionalModules: [
    signavioCompatModule
  ]
});

Note that you need to use a transpiler (e.g. babel) when using the bpmn-js-signavio-compat module.

License

MIT

Keywords

FAQs

Package last updated on 03 Feb 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc