Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
Maintainers
9
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmnlint - npm Package Compare versions

Comparing version 10.2.1 to 10.2.2

2

package.json
{
"name": "bpmnlint",
"description": "Validate your BPMN diagrams based on configurable lint rules",
"version": "10.2.1",
"version": "10.2.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "keywords": [

@@ -70,2 +70,7 @@ const {

flowElements.filter(element => !is(element, 'bpmn:DataStoreReference')).forEach(element => {
if (!diObjects.has(element)) {
return;
}
if (isOutsideParentBoundary(diObjects.get(element).bounds, parentDi.bounds)) {

@@ -72,0 +77,0 @@ elementsOutsideToReport.add(element);

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