bpmn-moddle
Advanced tools
Comparing version 0.14.1 to 0.15.0
{ | ||
"name": "bpmn-moddle", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"description": "A moddle wrapper for BPMN 2.0", | ||
"scripts": { | ||
"all": "grunt", | ||
"dev": "grunt auto-test", | ||
"test": "grunt test" | ||
"all": "run-s lint test", | ||
"lint": "eslint .", | ||
"dev": "npm test -- --watch", | ||
"test": "mocha -r ./test/expect --reporter=spec --recursive test" | ||
}, | ||
@@ -32,13 +33,8 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"chai": "^4.1.2", | ||
"cmof-parser": "^0.2.0", | ||
"grunt": "^0.4.2", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-jshint": "^0.7.2", | ||
"grunt-contrib-watch": "^0.5.0", | ||
"grunt-mocha-test": "^0.13.2", | ||
"grunt-release": "^0.7.0", | ||
"jsondiffpatch": "^0.1.4", | ||
"load-grunt-tasks": "^0.3.0", | ||
"mocha": "^3.1.2", | ||
"eslint": "^4.11.0", | ||
"eslint-plugin-mocha": "^4.11.0", | ||
"mocha": "^4.0.1", | ||
"npm-run-all": "^4.1.2", | ||
"xsd-schema-validator": "^0.5.0" | ||
@@ -49,4 +45,4 @@ }, | ||
"moddle": "^1.0.0", | ||
"moddle-xml": "^1.1.1" | ||
"moddle-xml": "^2.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1005625
7
112
6990
2
+ Addedmoddle-xml@2.2.0(transitive)
+ Addedsaxen@5.7.0(transitive)
- Removedmoddle-xml@1.1.1(transitive)
- Removedsax@0.6.1(transitive)
Updatedmoddle-xml@^2.0.0