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

@bpmn-io/bpmnlint-generate-docs-images

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/bpmnlint-generate-docs-images - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

25

package.json
{
"name": "@bpmn-io/bpmnlint-generate-docs-images",
"version": "0.2.0",
"version": "0.3.0",
"description": "Generate documentation images for bpmnlint rules",
"scripts": {
"all": "npm run test",
"pretest": "mkdir -p tmp",
"test": "run-s test:*",
"test:bpmnlint": "(cd tmp && npx degit github:bpmn-io/bpmnlint bpmnlint --force && node ../cmd.js bpmnlint)",
"test:example": "(cd tmp && npx degit github:bpmn-io/bpmnlint-plugin-example example --force && node ../cmd.js example)"
"test:bpmnlint": "(cd tmp && npx degit github:bpmn-io/bpmnlint bpmnlint --force && node ../cmd.js bpmnlint --verbose)",
"test:example": "(cd tmp && npx degit github:bpmn-io/bpmnlint-plugin-example example --force && node ../cmd.js example --verbose)"
},

@@ -25,9 +26,9 @@ "bin": "cmd.js",

"dependencies": {
"bpmn-js": "^5.0.4",
"bpmn-js-bpmnlint": "^0.13.0",
"bpmnlint": "^6.2.0",
"bpmn-js": "^11.3.1",
"bpmn-js-bpmnlint": "^0.20.0",
"bpmnlint": "^8.1.1",
"mri": "^1.1.4",
"puppeteer": "^1.19.0",
"rollup": "^1.20.3",
"rollup-plugin-bpmnlint": "^0.1.4",
"puppeteer": "^19.7.0",
"rollup": "^3.15.0",
"rollup-plugin-bpmnlint": "^0.3.1",
"rollup-plugin-commonjs": "^10.1.0",

@@ -39,3 +40,7 @@ "rollup-plugin-node-resolve": "^5.2.0",

"npm-run-all": "^4.1.5"
}
},
"files": [
"src",
"cmd.js"
]
}
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