Socket
Socket
Sign inDemoInstall

bpmn-moddle

Package Overview
Dependencies
Maintainers
6
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-moddle - npm Package Compare versions

Comparing version 7.1.1 to 7.1.2

4

CHANGELOG.md

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

## 7.1.2
* `FIX`: make `bpmn:InteractionNode` include `bpmn:CallActivity`
## 7.1.1

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

3

dist/index.esm.js

@@ -2574,3 +2574,4 @@ import { isString, assign } from 'min-dash';

superClass: [
"Activity"
"Activity",
"InteractionNode"
],

@@ -2577,0 +2578,0 @@ properties: [

@@ -2576,3 +2576,4 @@ 'use strict';

superClass: [
"Activity"
"Activity",
"InteractionNode"
],

@@ -2579,0 +2580,0 @@ properties: [

{
"name": "bpmn-moddle",
"version": "7.1.1",
"version": "7.1.2",
"description": "A moddle wrapper for BPMN 2.0",

@@ -5,0 +5,0 @@ "scripts": {

@@ -2480,3 +2480,4 @@ {

"superClass": [
"Activity"
"Activity",
"InteractionNode"
],

@@ -2483,0 +2484,0 @@ "properties": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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