Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bpmn-moddle

Package Overview
Dependencies
Maintainers
2
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 6.0.1 to 6.0.2

4

CHANGELOG.md

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

## 6.0.2
* `FIX`: correct `DataAssociation#assignment` serialization ([#68](https://github.com/bpmn-io/bpmn-moddle/pull/68))
## 6.0.1

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

10

dist/index.esm.js

@@ -1025,7 +1025,2 @@ import { isString, isFunction, assign } from 'min-dash';

{
name: "assignment",
type: "Assignment",
isMany: true
},
{
name: "sourceRef",

@@ -1047,2 +1042,7 @@ type: "ItemAwareElement",

}
},
{
name: "assignment",
type: "Assignment",
isMany: true
}

@@ -1049,0 +1049,0 @@ ]

@@ -1027,7 +1027,2 @@ 'use strict';

{
name: "assignment",
type: "Assignment",
isMany: true
},
{
name: "sourceRef",

@@ -1049,2 +1044,7 @@ type: "ItemAwareElement",

}
},
{
name: "assignment",
type: "Assignment",
isMany: true
}

@@ -1051,0 +1051,0 @@ ]

{
"name": "bpmn-moddle",
"version": "6.0.1",
"version": "6.0.2",
"description": "A moddle wrapper for BPMN 2.0",

@@ -9,3 +9,3 @@ "scripts": {

"dev": "npm test -- --watch",
"test": "mocha -r esm --reporter=spec --recursive test/spec test/integration test/adapter",
"test": "mocha -r esm --reporter=spec --recursive test/spec test/integration",
"distro": "run-s build test:build",

@@ -12,0 +12,0 @@ "build": "rollup -c",

@@ -948,7 +948,2 @@ {

{
"name": "assignment",
"type": "Assignment",
"isMany": true
},
{
"name": "sourceRef",

@@ -970,2 +965,7 @@ "type": "ItemAwareElement",

}
},
{
"name": "assignment",
"type": "Assignment",
"isMany": true
}

@@ -972,0 +972,0 @@ ]

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