🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@camunda/connectors-element-templates

Package Overview
Dependencies
Maintainers
16
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@camunda/connectors-element-templates

Camunda Connectors Store with all out of the box connectors

latest
npmnpm
Version
1.0.9
Version published
Maintainers
16
Created
Source

NPM Package to provide all element templates to the web-modeler

This package is automatically generated from the element-templates sub-directories. It provides all element templates as an array of objects that can be used in the web-modeler.

Development

Build and test locally

To build this package, run:

  • npm install
  • npm run pre-build

To test this package with web-modeler locally:

  • Run npm link in connectors/element-template-generator/npm folder
  • Start the web-modeler
  • add this code to the babel-loader rule in the webpack config.
include: [
            path.resolve(__dirname, 'src'),
            path.resolve(__dirname, 'node_modules/@camunda/connectors-element-templates')
          ],
  • run npm link @camunda/connectors-element-templates in the web-modeler/webapp folder

Release a new version

Run the github action "PUBLISH_NPM_PACKAGE". If publishing without the github action make sure to run the pre-build script and tests before publishing!

FAQs

Package last updated on 16 Oct 2025

Did you know?

Socket

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.

Install

Related posts