Gathering detailed insights and metrics for @camunda/zeebe-element-templates-json-schema
Gathering detailed insights and metrics for @camunda/zeebe-element-templates-json-schema
npm install @camunda/zeebe-element-templates-json-schema
Typescript
Module System
Node Version
NPM Version
88.1
Supply Chain
85.2
Quality
96.2
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
627,226
Last Day
1,161
Last Week
5,294
Last Month
22,367
Last Year
284,209
10 Stars
276 Commits
7 Forks
6 Watching
6 Branches
52 Contributors
Latest Version
0.22.0
Package Id
@camunda/zeebe-element-templates-json-schema@0.22.0
Unpacked Size
56.94 kB
Size
7.30 kB
File Count
5
NPM Version
lerna/8.0.0/node@v20.18.1+arm64 (darwin)
Node Version
20.18.1
Publised On
16 Jan 2025
Cumulative downloads
Total Downloads
Last day
-14.9%
1,161
Compared to previous day
Last week
-24.4%
5,294
Compared to previous week
Last month
4.9%
22,367
Compared to previous month
Last year
7.4%
284,209
Compared to previous year
No dependencies detected.
JSON Schema for (Zeebe) Element Templates. The schema is built on top of and validated by json-schema@draft-07
.
Set the $schema
attribute to reference the JSON Schema definition.
1{ 2 "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json", 3 "name": "My Service Worker", 4 "id": "com.example.ServiceWorker", 5 "appliesTo": [ "bpmn:ServiceTask" ], 6 "properties": [] 7}
You can also use a specific version.
1"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema@0.1.0/resources/schema.json"
Prepare the project by installing all dependencies:
1npm install
Bundle the source schema files together
1npm run build
Execute the following command to run the generated schema against the tests
1npm run test
MIT
No vulnerabilities found.
Reason
22 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
6 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 4/20 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More