Installations
npm install @camunda/zeebe-element-templates-json-schema
Developer Guide
Typescript
No
Module System
N/A
Node Version
20.18.1
NPM Version
lerna/8.0.0/node@v20.18.1+arm64 (darwin)
Score
88.1
Supply Chain
85.2
Quality
96.2
Maintenance
100
Vulnerability
100
License
Releases
Contributors
Languages
JavaScript (100%)
Developer
camunda
Download Statistics
Total Downloads
627,226
Last Day
1,161
Last Week
5,294
Last Month
22,367
Last Year
284,209
GitHub Statistics
10 Stars
276 Commits
7 Forks
6 Watching
6 Branches
52 Contributors
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
627,226
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
No dependencies detected.
@camunda/zeebe-element-templates-json-schema
JSON Schema for (Zeebe) Element Templates. The schema is built on top of and validated by json-schema@draft-07
.
Usage
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"
Build and Run
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
License
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
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-7q7g-4xm8-89cq
- Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
- Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/camunda/element-templates-json-schema/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/camunda/element-templates-json-schema/CI.yml/main?enable=pin
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 1 out of 1 npmCommand dependencies pinned
Reason
Found 4/20 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/CI.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 15 are checked with a SAST tool
Score
3.9
/10
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