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.1.0 to 10.2.0

rules/link-event.js

1

config/all.js

@@ -7,2 +7,3 @@ const allRules = [

'label-required',
'link-event',
'no-bpmndi',

@@ -9,0 +10,0 @@ 'no-complex-gateway',

@@ -8,2 +8,3 @@ module.exports = {

'label-required': 'error',
'link-event': 'error',
'no-bpmndi': 'error',

@@ -10,0 +11,0 @@ 'no-complex-gateway': 'error',

4

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

@@ -31,3 +31,3 @@ "keywords": [

"all": "run-s lint test-coverage",
"lint": "eslint .",
"lint": "eslint . --ext js,mjs",
"dev": "npm test -- --watch",

@@ -34,0 +34,0 @@ "test": "mocha --exclude 'test/integration/*/**' 'test/**/*.*js'",

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