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

bpmn-auto-layout

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-auto-layout - npm Package Versions

1.0.0

Diff

Changelog

Source

1.0.0

  • FEAT: add playground (#60)
  • FIX: empty process definition (#43)
  • FIX: element without outgoing (#45)
  • FIX: no process definition (#46)
  • FIX: prevent empty space after element (#47)
  • FIX: correct gateway layouting in various cases (#67, #63, #67, #62)
  • FIX: layout happy path first (#72)
  • FIX: handle disconnected elements (#64)
nikku
published 0.5.0 •

Changelog

Source

0.5.0

  • FIX: drop broken main export
  • CHORE: require Node >= 18
  • DEPS: update to bpmn-moddle@9.0.1

Breaking Changes

  • Require Node >= 18
nikku
published 0.4.0 •

Changelog

Source

0.4.0

  • FEAT: improve connection exiting from boundary events (7048c86)
  • FEAT: distribute attachers across host width (80f3c84)
  • FIX: show exclusive gateway marker (7c18b0f)
  • FIX: correct CommonJS bundle extension (#39)
marstamm
published 0.3.0 •

Changelog

Source

0.3.0

  • FEAT: rewrite of the library with (#36, #32)
  • DEPS: bump to min-dash@4.1.1

Breaking changes

This version is a complete re-write of the library, including a new API. Use layoutProcess to layout a BPMN process:

import { layoutProcess } from 'bpmn-auto-layout';

const diagramXML = '<bpmn:defintions ...></bpmn:defintions>';

const layoutedDiagramXML = await layoutProcess(diagramXML);

console.log(layoutedDiagramXML);
nikku
published 0.2.0 •

Changelog

Source

0.2.0

  • FIX: correctly import in modern JS environments (#30, #22, #18)
  • FIX: some DI generation fixes
  • CHORE: Migrate to ES module (#33)
  • DEPS: use recent bpmn-moddle version

Breaking Changes

  • This library is now an ES module and can be consumed in browser and Node.js
barmac
published 0.1.1 •

bpmn-io
published 0.1.0 •

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