Installations
npm install @camunda/element-templates-json-schema
Developer Guide
Typescript
No
Module System
N/A
Node Version
20.11.1
NPM Version
lerna/8.0.0/node@v20.11.1+x64 (linux)
Score
95.6
Supply Chain
85.1
Quality
86.7
Maintenance
100
Vulnerability
100
License
Releases
Contributors
Languages
JavaScript (100%)
Developer
camunda
Download Statistics
Total Downloads
1,747,064
Last Day
2,210
Last Week
10,758
Last Month
57,039
Last Year
669,618
GitHub Statistics
10 Stars
276 Commits
7 Forks
6 Watching
6 Branches
52 Contributors
Package Meta Information
Latest Version
0.18.1
Package Id
@camunda/element-templates-json-schema@0.18.1
Unpacked Size
49.06 kB
Size
6.59 kB
File Count
5
NPM Version
lerna/8.0.0/node@v20.11.1+x64 (linux)
Node Version
20.11.1
Publised On
06 Dec 2024
Total Downloads
Cumulative downloads
Total Downloads
1,747,064
Last day
-26.1%
2,210
Compared to previous day
Last week
-36.6%
10,758
Compared to previous week
Last month
4.6%
57,039
Compared to previous month
Last year
14.8%
669,618
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
No dependencies detected.
@camunda/element-templates-json-schema
JSON Schema for (Camunda) 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/element-templates-json-schema/resources/schema.json", 3 "name": "Mail Task", 4 "id": "com.camunda.example.MailTask", 5 "appliesTo": [ "bpmn:ServiceTask" ], 6 "properties": [] 7}
You can also use a specific version.
1"$schema": "https://unpkg.com/@camunda/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