Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
Maintainers
0
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.3 to 10.3.0

lib/testers/rule-tester.d.ts

1

config/all.js

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

'fake-join',
'global',
'label-required',

@@ -8,0 +9,0 @@ 'link-event',

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

'fake-join': 'warn',
'global': 'warn',
'label-required': 'error',

@@ -9,0 +10,0 @@ 'link-event': 'error',

/**
* @typedef { import('./types.js').EnterFn } EnterFn
* @typedef { import('./types.js').LeaveFn } LeaveFn
*/
/**
* Traverse a moddle tree, depth first from top to bottom

@@ -6,3 +11,3 @@ * and call the passed visitor fn.

* @param {ModdleElement} element
* @param {{ enter?: Function; leave?: Function }} options
* @param {{ enter?: EnterFn; leave?: LeaveFn }} options
*/

@@ -9,0 +14,0 @@ module.exports = function traverse(element, options) {

12

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

@@ -43,7 +43,7 @@ "keywords": [

"ansi-colors": "^4.1.3",
"bpmn-moddle": "^8.0.1",
"bpmn-moddle": "^8.1.0",
"bpmnlint-utils": "^1.1.1",
"cli-table": "^0.3.11",
"color-support": "^1.1.3",
"min-dash": "^4.1.1",
"min-dash": "^4.2.1",
"mri": "^1.2.0",

@@ -56,8 +56,8 @@ "pluralize": "^7.0.0",

"bpmnlint": ".",
"chai": "^4.3.8",
"eslint": "^8.49.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"execa": "^8.0.1",
"install-local": "^3.0.1",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"npm-run-all": "^4.1.5",

@@ -64,0 +64,0 @@ "nyc": "^15.1.0",

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