Socket
Socket
Sign inDemoInstall

bpmn-js-bpmnlint

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-js-bpmnlint - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

lib/features/rules.json

12

lib/features/Linting.js

@@ -29,13 +29,3 @@ import Linter from 'bpmnlint/lib/linter';

var LINTER_CONFIG = {
"extends": [
"bpmnlint:recommended",
"plugin:camunda/recommended"
],
"rules": {
"label-required": 1,
"start-event-required": 2,
"end-event-required": 2
}
};
import LINTER_CONFIG from './rules.json';

@@ -42,0 +32,0 @@

{
"name": "bpmn-js-bpmnlint",
"version": "0.3.0",
"version": "0.3.1",
"description": "bpmn-js integration for bpmnlint",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -25,2 +25,7 @@ # bpmn-js-bpmnlint

## Rules
Checkout [`./features/rules.json`](./features/rules.json) for the lint configuration used.
## Development Setup

@@ -27,0 +32,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