Hello everyone,
Camunda’s package for writing external task workers in JavaScript did not have new releases in the last ~2 years:
https://www.npmjs.com/package/camunda-external-task-client-js?activeTab=versions
As a result, there are a number of vulnerabilities reported by npm audit (though, I think only for dev-dependencies, for now):
git clone git@github.com:camunda/camunda-external-task-client-js.git
cd camunda-external-task-client-js
npm audit
Operaton’s documentation mentions the package operaton-external-task-client-js:
However, I could not find it on NPM.js / on GitHub. Do you think camunda-external-task-client-js should be forked to Operaton organization, or what should be the preferred approach?
Thanks!