@dpuse/dpuse-development 0.3.559 → 0.3.563
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -30
- package/dist/dpuse-development.es.js +2 -2
- package/dist/dpuse-development.es.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](./LICENSE)
|
|
4
4
|
[](https://www.npmjs.com/package/@dpuse/dpuse-development)
|
|
5
|
-
[](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-development)
|
|
5
|
+
[](https://github.com/dpuse/dpuse-development/actions/workflows/codeql.yml)[](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-development)
|
|
6
|
+
[](https://github.com/dpuse/dpuse-development/actions/workflows/ci.yml)
|
|
6
7
|
|
|
7
8
|
<!-- SUMMARY_START -->
|
|
8
9
|
|
|
@@ -105,25 +106,9 @@ Common resources (files) used across Data Positioning projects.
|
|
|
105
106
|
| Markdown lint rules | [.markdownlint.json](.markdownlint.json) |
|
|
106
107
|
| VS Code key bindings | [resources/vsCodeKeyBindings.json](resources/vsCodeKeyBindings.json) |
|
|
107
108
|
|
|
108
|
-
## Bundle Analysis Reports
|
|
109
|
-
|
|
110
|
-
The Bundle Analysis Report provides a detailed breakdown of the bundle’s composition and module sizes, helping identify which modules contribute most to the final build. It is generated automatically on each release using the `npm` package [rollup-plugin-visualizer](https://www.npmjs.com/package/rollup-plugin-visualizer).
|
|
111
|
-
|
|
112
|
-
[View the Bundle Analysis Report](https://dpuse.github.io/dpuse-development/bundle-analysis-reports/rollup-visualiser/index.html) created by the **rollup visualiser** plugin.
|
|
113
|
-
|
|
114
|
-
[View the Bundle Analysis Report](https://dpuse.github.io/dpuse-development/bundle-analysis-reports/sonda/index.html) created by the **sonda** plugin.
|
|
115
|
-
|
|
116
|
-
## Dependency Check Report
|
|
117
|
-
|
|
118
|
-
The OWASP Dependency Check Report identifies known vulnerabilities in project dependencies. It is generated automatically on each release using the `npm` package [owasp-dependency-check](https://dependency-check.github.io/DependencyCheck/index.html).
|
|
119
|
-
|
|
120
|
-
[View the OWASP Dependency Check Report](https://dpuse.github.io/dpuse-development/dependency-check-reports/dependency-check-report.html)
|
|
121
|
-
|
|
122
109
|
## Dependency Licenses
|
|
123
110
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
We use the `npm` packages [license-report](https://www.npmjs.com/package/license-report), [license-report-check](https://www.npmjs.com/package/license-report-check), [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) and [license-downloader](https://www.npmjs.com/package/license-downloader) to identify all dependency licenses and include copies of them. We do not use any unlicensed dependencies in either production or development.
|
|
111
|
+
License data is collected automatically on each release using [license-checker](https://github.com/RSeidelsohn/license-checker-rseidelsohn). The following table lists all production dependencies. These dependencies (including transitive ones) have been checked and confirmed to use Apache-2.0, BSD-3-Clause, CC0-1.0, or MIT — all permissive, commercially-friendly licenses. Developers cloning this repository should independently verify development dependencies; users of the uploaded library are covered by these checks.
|
|
127
112
|
|
|
128
113
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
129
114
|
|
|
@@ -139,6 +124,8 @@ We use the `npm` packages [license-report](https://www.npmjs.com/package/license
|
|
|
139
124
|
|
|
140
125
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
141
126
|
|
|
127
|
+
The dependency tree below lists every package in this project — direct and transitive — along with its installed version, release date, and update status. Packages flagged ❗ have a newer version available; ⚠️ indicates a package that hasn't been updated in the last 6 months or longer. Neither flag necessarily indicates a problem: we let new releases stabilise before upgrading, and some packages are simply mature and stable, requiring no active development.
|
|
128
|
+
|
|
142
129
|
<!-- DEPENDENCY_TREE_START -->
|
|
143
130
|
|
|
144
131
|
- **[@dpuse/dpuse-shared](https://github.com/data-positioning/dpuse-shared)** 0.3.675 — this month: 2026-06-23
|
|
@@ -148,27 +135,57 @@ We use the `npm` packages [license-report](https://www.npmjs.com/package/license
|
|
|
148
135
|
- **[acorn](https://github.com/acornjs/acorn)** 8.17.0 — this month: 2026-06-11
|
|
149
136
|
- **[acorn](https://github.com/acornjs/acorn)** 8.17.0 — this month: 2026-06-11
|
|
150
137
|
- **[nanoid](https://github.com/ai/nanoid)** 5.1.15 — this month: 2026-06-20
|
|
151
|
-
- **[valibot](https://github.com/open-circle/valibot)** 1.4.1 — 1 month ago: 2026-05-24
|
|
152
|
-
|
|
153
|
-
|
|
138
|
+
- **[valibot](https://github.com/open-circle/valibot)** 1.4.1 — 1 month ago: 2026-05-24 - **[typescript](https://github.com/microsoft/TypeScript)** 6.0.3 — 2 months ago: 2026-04-16
|
|
139
|
+
|
|
140
|
+
<!-- DEPENDENCY_TREE_END -->
|
|
141
|
+
|
|
142
|
+
## Bundle Analysis
|
|
143
|
+
|
|
144
|
+
The Bundle Analysis Reports provide detailed breakdowns of the bundle's composition and module sizes, helping to identify which modules contribute most to the final build. Two complementary reports are generated automatically on each release:
|
|
145
|
+
|
|
146
|
+
- **[rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer/tree/master)** — generates a static treemap/sunburst view based on pre-build module estimates, useful for a quick visual scan of overall bundle composition, including CSS assets.
|
|
147
|
+
- **[Sonda](https://sonda.dev/)** — analyses final source maps to capture the effects of tree-shaking and minification, rather than relying on pre-build estimates. This gives a more accurate picture of what's actually shipped, traces module-level dependencies, and shows the size of each module after tree-shaking and minification for more precise insight into what's driving bundle size. Note: Sonda's Vite reports currently exclude CSS files, since Vite does not generate source maps for CSS.
|
|
148
|
+
|
|
149
|
+
[View the rollup-plugin-visualizer Report](https://dpuse.github.io/dpuse-connector-file-store-emulator/bundle-analysis-reports/rollup-visualiser/index.html).
|
|
150
|
+
|
|
151
|
+
[View the Sonda Report](https://dpuse.github.io/dpuse-connector-file-store-emulator/bundle-analysis-reports/sonda/index.html).
|
|
152
|
+
|
|
153
|
+
## Security & Quality
|
|
154
|
+
|
|
155
|
+
### CodeQL
|
|
156
|
+
|
|
157
|
+
[CodeQL](https://github.com/dpuse/dpuse-development/security/code-scanning) static analysis runs on every push to `main` and on a weekly schedule, scanning TypeScript, JavaScript, Rust, and GitHub Actions workflow files for security vulnerabilities and coding errors.
|
|
158
|
+
|
|
159
|
+
### SonarCloud
|
|
160
|
+
|
|
161
|
+
[SonarCloud](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse_development) performs continuous code quality and security analysis on every push, detecting bugs, code smells, and security vulnerabilities in the TypeScript source.
|
|
162
|
+
|
|
163
|
+
### Vulnerability Scanning
|
|
164
|
+
|
|
165
|
+
Two complementary tools continuously monitor dependencies for known vulnerabilities:
|
|
166
|
+
|
|
167
|
+
- **[GitHub Dependabot](https://docs.github.com/en/code-security/dependabot)** automatically raises pull requests to update vulnerable dependencies, drawing on the GitHub Advisory Database which combines NVD and npm-specific advisories.
|
|
168
|
+
- **npm audit** runs on every push to `main` via the CI workflow, failing the build if any high or critical severity vulnerabilities are detected.
|
|
169
|
+
|
|
170
|
+
### Supply Chain Security
|
|
154
171
|
|
|
155
|
-
|
|
172
|
+
[Socket.dev](https://socket.dev) monitors all dependencies for supply chain risk — detecting malicious packages, dependency confusion, typosquatting, and suspicious behaviour that may not yet have a CVE.
|
|
156
173
|
|
|
157
|
-
|
|
174
|
+
### Reporting Vulnerabilities
|
|
158
175
|
|
|
159
|
-
|
|
176
|
+
Please do not open public GitHub issues for security vulnerabilities. Use [GitHub private vulnerability reporting](https://github.com/dpuse/dpuse-development/security/advisories/new) instead. See [SECURITY.md](./SECURITY.md) for the full disclosure policy, contact details, and expected response times.
|
|
160
177
|
|
|
161
|
-
|
|
178
|
+
### OpenSSF 🚧
|
|
162
179
|
|
|
163
|
-
|
|
180
|
+
[](https://scorecard.dev/viewer/?uri=github.com/dpuse/dpuse-development)
|
|
164
181
|
|
|
165
|
-
|
|
182
|
+
This project is working towards the [OpenSSF Best Practices](https://www.bestpractices.dev) Passing badge, a self-certification covering security policy, vulnerability reporting, build processes, code quality, and more. The [OpenSSF Scorecard](https://scorecard.dev/viewer/?uri=github.com/dpuse/dpuse-shared) provides an independent automated assessment of the project's security practices and is an ongoing area of improvement.
|
|
166
183
|
|
|
167
|
-
|
|
184
|
+
## Contributing
|
|
168
185
|
|
|
169
|
-
|
|
186
|
+
This repository is maintained solely by its owner and does not accept external contributions. It is part of a larger closed application suite and is published for informational and cloning purposes only.
|
|
170
187
|
|
|
171
|
-
|
|
188
|
+
If you find a security vulnerability, see [Reporting Vulnerabilities](#reporting-vulnerabilities). For bugs, inconsistencies, or other feedback, you are welcome to [open a GitHub issue](https://github.com/dpuse/dpuse-development/issues) — feedback is read, but responses and fixes are at the maintainer's discretion.
|
|
172
189
|
|
|
173
190
|
## License
|
|
174
191
|
|
|
@@ -5907,7 +5907,7 @@ var Jn = "<!-- DEPENDENCY_LICENSES_START -->", Yn = "<!-- DEPENDENCY_LICENSES_EN
|
|
|
5907
5907
|
async function Qn(e = "MIT") {
|
|
5908
5908
|
try {
|
|
5909
5909
|
G("Document Dependencies"), await An("1️⃣ Clear downloaded licenses", "licenses/downloads");
|
|
5910
|
-
let t = await W("package.json")
|
|
5910
|
+
let t = await W("package.json");
|
|
5911
5911
|
await Mn("2️⃣ Identify production licenses", "license-checker-rseidelsohn", [
|
|
5912
5912
|
"--production",
|
|
5913
5913
|
"--json",
|
|
@@ -5918,7 +5918,7 @@ async function Qn(e = "MIT") {
|
|
|
5918
5918
|
"--onlyAllow",
|
|
5919
5919
|
`"${e}"`,
|
|
5920
5920
|
"--excludePackages",
|
|
5921
|
-
`"${
|
|
5921
|
+
`"${t.name ?? ""}"`,
|
|
5922
5922
|
"--out",
|
|
5923
5923
|
"licenses/licenses.json"
|
|
5924
5924
|
]), await Pn("3️⃣ Identify transitive dependencies", "npm", [
|