@dpuse/dpuse-shared 0.3.593 → 0.3.595
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 +11 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# Data Positioning Shared Library
|
|
2
2
|
|
|
3
|
-
<span><!-- OWASP_BADGES_START -->
|
|
3
|
+
<span><!-- OWASP_BADGES_START -->
|
|
4
|
+
[](https://dpuse.github.io/dpuse-shared/dependency-check-reports/dependency-check-report.html)
|
|
5
|
+
|
|
6
|
+
<!-- OWASP_BADGES_END --></span>
|
|
7
|
+
|
|
4
8
|
[](https://www.npmjs.com/package/@dpuse/dpuse-shared)
|
|
5
9
|
[](./LICENSE)
|
|
6
10
|
|
|
@@ -20,7 +24,7 @@ npm install @dpuse/dpuse-shared
|
|
|
20
24
|
|
|
21
25
|
This package provides constants, errors, types/interfaces and utilities used by Data Positioning modules.
|
|
22
26
|
|
|
23
|
-
[Documentation](https://
|
|
27
|
+
[Documentation](https://dpuse.github.io/dpuse-shared/docs/typedoc/index.html)
|
|
24
28
|
|
|
25
29
|
### Modules
|
|
26
30
|
|
|
@@ -100,19 +104,19 @@ let connectorConfig: ConnectorConfig;
|
|
|
100
104
|
getComponentStatus('alpha');
|
|
101
105
|
```
|
|
102
106
|
|
|
103
|
-
Implements the common Data Positioning repository management command set. For more information see [@dpuse/dpuse-development](https://github.com/
|
|
107
|
+
Implements the common Data Positioning repository management command set. For more information see [@dpuse/dpuse-development](https://github.com/dpuse/dpuse-development).
|
|
104
108
|
|
|
105
109
|
## Bundle Analysis Reports
|
|
106
110
|
|
|
107
111
|
The Bundle Analysis Report provides a detailed breakdown of the bundle's composition and module sizes, helping to identify which modules contribute most to the final build. It is generated automatically on each release using the npm package `rollup-plugin-visualizer`.
|
|
108
112
|
|
|
109
|
-
[View the Bundle Analysis Report](https://
|
|
113
|
+
[View the Bundle Analysis Report](https://dpuse.github.io/dpuse-shared/stats.html)
|
|
110
114
|
|
|
111
115
|
## Dependency Check Report
|
|
112
116
|
|
|
113
117
|
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). We also rely on GitHub Dependabot to continuously check for vulnerabilities across all dependencies.
|
|
114
118
|
|
|
115
|
-
[View the OWASP Dependency Check Report](https://
|
|
119
|
+
[View the OWASP Dependency Check Report](https://dpuse.github.io/dpuse-shared/dependency-check-reports/dependency-check-report.html)
|
|
116
120
|
|
|
117
121
|
## Dependency Licenses
|
|
118
122
|
|
|
@@ -122,11 +126,8 @@ The following table lists top-level production and peer dependencies. All these
|
|
|
122
126
|
|
|
123
127
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
124
128
|
|
|
125
|
-
| Name
|
|
126
|
-
|
|
|
127
|
-
| csv-parse | MIT | 6.1.0 | 6.1.0 | 5 months ago: 2025-07-16 | 0 | ⚠️ No license file |
|
|
128
|
-
| date-fns | MIT | 4.1.0 | 4.1.0 | 4 months ago: 2025-08-03 | 0 | [LICENSE.md](https://raw.githubusercontent.com/date-fns/date-fns/main/LICENSE.md) |
|
|
129
|
-
| nanoid | MIT | 5.1.6 | 5.1.6 | 2 months ago: 2025-09-22 | 0 | [LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE) |
|
|
129
|
+
| Name | Type | Installed | Latest | Latest Released | Deps | Document |
|
|
130
|
+
| :--- | :--- | :-------: | :----: | :-------------- | ---: | :------- |
|
|
130
131
|
|
|
131
132
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
132
133
|
|
package/package.json
CHANGED