moddle-xml
Advanced tools
Comparing version 9.0.6 to 10.0.0
@@ -9,2 +9,8 @@ # Changelog | ||
## 10.0.0 | ||
* `DEPS`: update to `min-dash@4` | ||
* `DEPS`: update to `moddle@6` | ||
* `CHORE`: turn into ES module | ||
## 9.0.6 | ||
@@ -11,0 +17,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { forEach, assign, find, filter, has, isString, findIndex } from 'min-dash'; | ||
import { forEach, assign, find, isString, findIndex, filter, has } from 'min-dash'; | ||
import { Parser } from 'saxen'; | ||
@@ -1415,2 +1415,4 @@ import { coerceType, parseNameNS, isSimpleType, Moddle } from 'moddle'; | ||
} catch (e) { | ||
/* global console */ | ||
console.warn( | ||
@@ -1728,3 +1730,3 @@ 'missing namespace information for ', | ||
var indent = ['']; | ||
var indent = [ '' ]; | ||
@@ -1731,0 +1733,0 @@ this.append = function(str) { |
{ | ||
"name": "moddle-xml", | ||
"version": "9.0.6", | ||
"version": "10.0.0", | ||
"description": "XML import/export for documents described with moddle", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"dev": "npm test -- --watch", | ||
"test": "mocha -r esm --reporter=spec --recursive test/spec", | ||
"test": "mocha --reporter=spec --recursive test/spec", | ||
"distro": "run-s build test:build", | ||
@@ -17,2 +17,3 @@ "build": "rollup -c", | ||
}, | ||
"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/moddle-xml.umd.js", | ||
"umd:main": "dist/moddle-xml.umd.cjs", | ||
"source": "lib/index.js", | ||
@@ -49,18 +50,17 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"eslint": "^7.14.0", | ||
"eslint-plugin-bpmn-io": "^0.12.0", | ||
"esm": "^3.2.25", | ||
"mocha": "^8.2.1", | ||
"@rollup/plugin-commonjs": "^22.0.2", | ||
"@rollup/plugin-node-resolve": "^14.1.0", | ||
"chai": "^4.3.6", | ||
"eslint": "^8.24.0", | ||
"eslint-plugin-bpmn-io": "^0.16.0", | ||
"mocha": "^10.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^2.34.0", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-terser": "^7.0.2" | ||
}, | ||
"dependencies": { | ||
"min-dash": "^3.5.2", | ||
"moddle": "^5.0.2", | ||
"min-dash": "^4.0.0", | ||
"moddle": "^6.0.0", | ||
"saxen": "^8.1.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
351396
9
11
10423
0
Yes
+ Addedmin-dash@4.2.2(transitive)
+ Addedmoddle@6.2.3(transitive)
- Removedmin-dash@3.8.1(transitive)
- Removedmoddle@5.0.4(transitive)
Updatedmin-dash@^4.0.0
Updatedmoddle@^6.0.0