Socket
Socket
Sign inDemoInstall

bpmn-moddle

Package Overview
Dependencies
Maintainers
9
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.3 to 8.0.0

dist/bpmn-moddle.umd.cjs

35

package.json
{
"name": "bpmn-moddle",
"version": "7.1.3",
"version": "8.0.0",
"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": "mocha --reporter=spec --recursive test/spec test/integration",
"distro": "run-s build test:build",

@@ -15,4 +15,5 @@ "build": "rollup -c",

"prepare": "run-s distro",
"generate-schema": "node tasks/generate-schema"
"generate-schema": "node tasks/generate-schema.cjs"
},
"type": "module",
"repository": {

@@ -22,5 +23,5 @@ "type": "git",

},
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"umd:main": "dist/bpmn-moddle.umd.js",
"umd:main": "dist/bpmn-moddle.umd.cjs",
"source": "lib/index.js",

@@ -46,14 +47,16 @@ "keywords": [

"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-import-assertions": "^7.18.6",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-node-resolve": "^14.1.0",
"acorn-import-assertions": "^1.8.0",
"bpmn-in-color-moddle": "^0.1.0",
"chai": "^4.3.4",
"chai": "^4.3.6",
"cmof-parser": "^0.5.2",
"eslint": "^7.32.0",
"eslint-plugin-bpmn-io": "^0.13.0",
"esm": "^3.2.25",
"mocha": "^8.4.0",
"eslint": "^8.24.0",
"eslint-plugin-bpmn-io": "^0.16.0",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.60.1",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",

@@ -63,5 +66,5 @@ "xsd-schema-validator": "^0.7.0"

"dependencies": {
"min-dash": "^3.5.2",
"moddle": "^5.0.2",
"moddle-xml": "^9.0.6"
"min-dash": "^4.0.0",
"moddle": "^6.0.0",
"moddle-xml": "^10.0.0"
},

@@ -68,0 +71,0 @@ "files": [

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