Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
Maintainers
10
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 8.3.2 to 9.0.0

6

lib/linter.js

@@ -10,3 +10,5 @@ const testRule = require('./test-rule');

const ruleErrorCategory = 'rule-error';
function Linter(options = {}) {

@@ -73,4 +75,4 @@

{
message: 'Rule error: ' + e.message,
category: 'error'
message: e.message,
category: ruleErrorCategory
}

@@ -77,0 +79,0 @@ ];

{
"name": "bpmnlint",
"description": "Validate your BPMN diagrams based on configurable lint rules",
"version": "8.3.2",
"version": "9.0.0",
"main": "lib/index.js",

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

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