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.12.1 to 0.12.2

4

CHANGELOG.md

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

## 0.12.2
* `FIX`: do not override eagerly provided external config
## 0.12.1

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

@@ -63,2 +63,8 @@ import { Linter } from 'bpmnlint';

linterConfig && eventBus.once('diagram.init', function() {
// bail out if config was already provided
// during initialization of other modules
if (self.getLinterConfig()) {
return;
}
try {

@@ -65,0 +71,0 @@ self.setLinterConfig(linterConfig);

@@ -65,2 +65,8 @@ 'use strict';

linterConfig && eventBus.once('diagram.init', function() {
// bail out if config was already provided
// during initialization of other modules
if (self.getLinterConfig()) {
return;
}
try {

@@ -67,0 +73,0 @@ self.setLinterConfig(linterConfig);

2

package.json
{
"name": "bpmn-js-bpmnlint",
"version": "0.12.1",
"version": "0.12.2",
"description": "bpmn-js integration for bpmnlint",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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