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.0 to 10.2.1

2

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

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

@@ -23,2 +23,6 @@ const {

if (is(node, 'bpmn:Activity') && node.isForCompensation) {
return false;
}
if (is(node, 'bpmn:SubProcess') && node.triggeredByEvent) {

@@ -25,0 +29,0 @@ return false;

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