Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

moddle-xml

Package Overview
Dependencies
Maintainers
9
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moddle-xml - npm Package Compare versions

Comparing version 9.0.6 to 10.0.0

dist/index.cjs

6

CHANGELOG.md

@@ -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 @@

6

dist/index.esm.js

@@ -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

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