Socket
Socket
Sign inDemoInstall

moddle-xml

Package Overview
Dependencies
Maintainers
8
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 11.0.0-exp.4 to 11.0.0

dist/index.js

44

package.json
{
"name": "moddle-xml",
"version": "11.0.0-exp.4",
"version": "11.0.0",
"description": "XML import/export for documents described with moddle",
"scripts": {
"all": "run-s lint test distro",
"lint": "eslint .",
"all": "run-s lint test test:distro",
"build": "rollup -c",
"dev": "npm test -- --watch",
"lint": "eslint . --ext cjs,js",
"test": "mocha --reporter=spec --recursive test/spec",
"distro": "run-s build test:build",
"build": "rollup -c",
"prepare": "npm run build",
"test:build": "mocha --reporter=spec --recursive test/distro",
"prepublishOnly": "run-s distro"
"test:distro": "mocha --reporter=spec --recursive test/distro",
"pretest": "run-s build",
"prepare": "run-s build"
},

@@ -21,6 +20,9 @@ "type": "module",

},
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"umd:main": "dist/moddle-xml.umd.cjs",
"source": "lib/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"keywords": [

@@ -45,2 +47,5 @@ "moddle",

],
"engines": {
"node": ">= 18"
},
"files": [

@@ -52,16 +57,13 @@ "dist"

"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"chai": "^4.3.6",
"eslint": "^8.34.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"mocha": "^10.0.0",
"moddle": "^7.0.0-exp.3",
"mocha": "^10.3.0",
"moddle": "^7.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^3.17.2"
"rollup": "^4.12.0"
},
"dependencies": {
"min-dash": "^4.0.0",
"saxen": "^9.0.0"
"saxen": "^10.0.0"
},

@@ -68,0 +70,0 @@ "peerDependencies": {

@@ -22,3 +22,3 @@ # moddle-xml

```javascript
import Moddle from 'moddle';
import { Moddle } from 'moddle';
import {

@@ -25,0 +25,0 @@ Reader,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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