
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@bpmn-io/element-template-icon-renderer
Advanced tools
A bpmn-js extension to render element templates icons
A bpmn-js extension to render element template icons.
![]()
Install via npm:
npm install @bpmn-io/element-template-icon-renderer
Use in your bpmn-js powered editor:
import ElementTemplateIconRenderer from '@bpmn-io/element-template-icon-renderer';
const viewer = new BpmnViewer({
additionalModules: [
...,
ElementTemplateIconRenderer
]
});
Optionally you may configure where you read your icons from:
import ElementTemplateIconRenderer from '@bpmn-io/element-template-icon-renderer';
const viewer = new BpmnViewer({
additionalModules: [
...,
ElementTemplateIconRenderer
],
elementTemplateIconRenderer: {
iconProperty: 'foo:icon' // read from <bpmn:task foo:icon="..." />
}
});
In case you want to model with the element template icons, make sure you include the respective moddle extension to create the icon, i.e. zeebe-bpmn-moddle:
import zeebeModdle from 'zeebe-bpmn-moddle/resources/zeebe.json';
const modeler = new BpmnModeler({
additionalModules: [
...,
ElementTemplateIconRenderer
],
moddleExtensions: {
zeebe: zeebeModdle
}
});
To run the renderer example, execute:
npm start
1.0.0
Re-release of v0.6.0.
FAQs
A bpmn-js extension to render element templates icons
The npm package @bpmn-io/element-template-icon-renderer receives a total of 8,875 weekly downloads. As such, @bpmn-io/element-template-icon-renderer popularity was classified as popular.
We found that @bpmn-io/element-template-icon-renderer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.