New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bpmn-js-executable-fix

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-js-executable-fix

bpmn-js extension which makes sure that `isExecutable` is set on `bpmn:Process`

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.8K
decreased by-35.01%
Maintainers
9
Weekly downloads
 
Created
Source

bpmn-js executable fix

CI

A bpmn-js extension that makes sure that isExecutable property is either true or false for each bpmn:Process.

Installation

Install via npm.

npm install bpmn-js-executable-fix

Add as additional module to bpmn-js.

Modeler

import BpmnModeler from 'bpmn-js/lib/Modeler';
import executableFixModule from 'bpmn-js-executable-fix';

const modeler = new BpmnModeler({
  container: '#canvas',
  additionalModules: [
    executableFixModule
  ]
});

Licence

MIT

FAQs

Package last updated on 14 Jul 2023

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