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 5.1.5 to 5.1.6

6

CHANGELOG.md

@@ -9,5 +9,9 @@ # Changelog

## 5.1.6
* `FIX`: correct `Choreography` model definitions ([#59](https://github.com/bpmn-io/bpmn-moddle/issues/59))
## 5.1.5
* `FIX`: correct `StandardLoopCharacteristics#loopMaximum` type [#56](https://github.com/bpmn-io/bpmn-moddle/issues/56)
* `FIX`: correct `StandardLoopCharacteristics#loopMaximum` type ([#56](https://github.com/bpmn-io/bpmn-moddle/issues/56))

@@ -14,0 +18,0 @@ ## 5.1.4

6

package.json
{
"name": "bpmn-moddle",
"version": "5.1.5",
"version": "5.1.6",
"description": "A moddle wrapper for BPMN 2.0",

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

"name": "Nico Rehwaldt",
"url": "https://github.com/Nikku"
"url": "https://github.com/nikku"
},

@@ -41,3 +41,3 @@ "contributors": [

"mocha": "^4.0.1",
"npm-run-all": "^4.1.2",
"npm-run-all": "^4.1.5",
"xsd-schema-validator": "^0.5.0"

@@ -44,0 +44,0 @@ },

@@ -1,2 +0,2 @@

> As of version `5.0.0` this library exposes ES modules. Use [esm](https://github.com/standard-things/esm) to consume it or a ES module aware transpiler such as Webpack, Rollup or Browserify + babelify to bundle it for the browser.
> As of version `5.0.0` this library exposes [ES modules](http://exploringjs.com/es6/ch_modules.html#sec_basics-of-es6-modules). Use [esm](https://github.com/standard-things/esm) to consume it or an ES module aware bundler such as [Webpack](https://webpack.js.org) or [Rollup](https://rollupjs.org) to bundle it for the browser.

@@ -3,0 +3,0 @@

@@ -1391,3 +1391,3 @@ {

{
"name": "participantRefs",
"name": "participantRef",
"type": "Participant",

@@ -2065,3 +2065,3 @@ "isMany": true,

{
"name": "participantRefs",
"name": "participantRef",
"type": "Participant",

@@ -2140,4 +2140,4 @@ "isMany": true,

"superClass": [
"FlowElementsContainer",
"Collaboration"
"Collaboration",
"FlowElementsContainer"
]

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