Socket
Socket
Sign inDemoInstall

bpmn-moddle

Package Overview
Dependencies
Maintainers
8
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 8.1.0 to 9.0.0

dist/index.cjs.map

49

package.json
{
"name": "bpmn-moddle",
"version": "8.1.0",
"version": "9.0.0",
"description": "A moddle wrapper for BPMN 2.0",
"scripts": {
"all": "run-s generate-schema lint test distro",
"all": "run-s generate-schema lint test",
"lint": "eslint .",
"dev": "npm test -- --watch",
"test": "mocha --reporter=spec --recursive test/spec test/integration",
"pretest": "run-s build",
"test": "mocha --reporter=spec --recursive test",
"distro": "run-s build test:build",
"build": "rollup -c",
"test:build": "mocha --reporter=spec --recursive test/distro",
"prepare": "run-s distro",
"prepare": "run-s build",
"generate-schema": "node tasks/generate-schema.cjs"

@@ -21,6 +21,13 @@ },

},
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"umd:main": "dist/bpmn-moddle.umd.cjs",
"source": "lib/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./resources/*": "./resources/*",
"./package.json": "./package.json"
},
"engines": {
"node": ">= 16"
},
"keywords": [

@@ -45,22 +52,20 @@ "bpmn",

"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-import-assertions": "^7.18.6",
"@rollup/plugin-commonjs": "^25.0.7",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"bpmn-in-color-moddle": "^0.1.0",
"chai": "^4.3.10",
"chai": "^4.4.1",
"cmof-parser": "^0.5.2",
"eslint": "^8.24.0",
"eslint-plugin-bpmn-io": "^0.16.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"rollup": "^4.9.1",
"eslint": "^8.57.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"mocha": "^10.3.0",
"npm-run-all2": "^6.1.2",
"rollup": "^4.12.1",
"xsd-schema-validator": "^0.7.0"
},
"dependencies": {
"min-dash": "^4.0.0",
"moddle": "^6.2.3",
"moddle-xml": "^10.1.0"
"min-dash": "^4.2.1",
"moddle": "^7.0.0",
"moddle-xml": "^11.0.0"
},

@@ -67,0 +72,0 @@ "files": [

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