Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
Maintainers
8
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 7.0.0 to 7.0.1

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## 7.0.1
* `CHORE`: drop debug log statement
## 7.0.0

@@ -11,0 +15,0 @@

2

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

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

@@ -31,4 +31,2 @@ const {

console.log(sourceId, targetId);
if (!outgoingReported[sourceId]) {

@@ -35,0 +33,0 @@ reporter.report(sourceId, 'Duplicate outgoing sequence flows');

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