@dpuse/dpuse-shared 0.3.593 → 0.3.594
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 +5 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
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
|
+
<!-- OWASP_BADGES_END --></span>
|
|
4
6
|
[](https://www.npmjs.com/package/@dpuse/dpuse-shared)
|
|
5
7
|
[](./LICENSE)
|
|
6
8
|
|
|
@@ -121,12 +123,8 @@ The following table lists top-level production and peer dependencies. All these
|
|
|
121
123
|
The following table lists top-level production and peer dependencies. All these dependencies (including transitive ones) have been recursively verified to use Apache-2.0, BSD-2-Clause, CC0-1.0, or MIT—commercially friendly licenses with minimal restrictions. Developers cloning this repository should independently verify dev and optional dependencies; users of the published library are covered by these checks. We do not include unlicensed dependencies. Used to support development activity and not released as part of the production release. Check if you clone. 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) and [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) to identify dependency licenses.
|
|
122
124
|
|
|
123
125
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
124
|
-
|
|
125
|
-
|
|
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) |
|
|
126
|
+
|Name|Type|Installed|Latest|Latest Released|Deps|Document|
|
|
127
|
+
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
130
128
|
|
|
131
129
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
132
130
|
|
package/package.json
CHANGED