Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
201
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.4.0

4

cmd.js

@@ -70,3 +70,5 @@ #!/usr/bin/env node

const browser = await puppeteer.launch();
const browser = await puppeteer.launch({
headless: "new"
});
const page = await browser.newPage();

@@ -73,0 +75,0 @@

{
"name": "@bpmn-io/bpmnlint-generate-docs-images",
"version": "0.3.2",
"version": "0.4.0",
"description": "Generate documentation images for bpmnlint rules",

@@ -28,7 +28,7 @@ "scripts": {

"@rollup/plugin-node-resolve": "^15.0.1",
"bpmn-js": "^11.3.1",
"bpmn-js-bpmnlint": "^0.20.1",
"bpmnlint": "^8.1.1",
"bpmn-js": "^13.2.0",
"bpmn-js-bpmnlint": "^0.21.0",
"bpmnlint": "^8.3.1",
"mri": "^1.1.4",
"puppeteer": "^19.7.0",
"puppeteer": "^20.6.0",
"rollup": "^3.15.0",

@@ -35,0 +35,0 @@ "rollup-plugin-bpmnlint": "^0.4.1",

@@ -1,13 +0,11 @@

# bpmnlint-generate-docs-images
# @bpmn-io/bpmnlint-generate-docs-images
[![CI](https://github.com/bpmn-io/bpmnlint-generate-docs-images/actions/workflows/CI.yml/badge.svg)](https://github.com/bpmn-io/bpmnlint-generate-docs-images/actions/workflows/CI.yml)
Generate documentation images for your bpmnlint rules.
Generate documentation images for your [bpmnlint](https://github.com/bpmn-io/bpmnlint) rules.
## Usage
Given your bpmnlint plug-in adheres to the [example plug-in](https://github.com/bpmn-io/bpmnlint-plugin-example) structure with rule documentation in the `docs/rules` folder.
Create or update images in your `docs/rules` based on example BPMN 2.0 files via this tool:
Generate or update images based on example BPMN 2.0 files via this tool:
```sh

@@ -18,4 +16,6 @@ cd bpmnlint-plugin-example

This assumes that your bpmnlint plug-in adheres to the [standard structure](https://github.com/bpmn-io/bpmnlint-plugin-example) for bpmnlint plug-ins.
## License
MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc