@datapos/datapos-development 0.3.306 → 0.3.307
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
CHANGED
|
@@ -67,12 +67,12 @@ The OWASP Dependency Check Report identifies known vulnerabilities in project de
|
|
|
67
67
|
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.
|
|
68
68
|
|
|
69
69
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
70
|
-
|Name|Type|Installed|Latest|Latest
|
|
70
|
+
|Name|Type|Installed|Latest|Latest Update|Deps|Document|
|
|
71
71
|
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
72
72
|
|@datapos/datapos-shared|MIT|0.3.296 ⚠️|0.3.298|current month - 2025-12-09|3|[LICENSE](https://raw.githubusercontent.com/data-positioning/datapos-shared/main/LICENSE)|
|
|
73
|
-
|acorn|MIT|8.15.0|8.15.0|6 months ago - 2025-06-09
|
|
73
|
+
|acorn|MIT|8.15.0|8.15.0|6 months ago - 2025-06-09|0|⚠️ No license file|
|
|
74
74
|
|acorn-typescript|MIT|1.4.13|1.4.13|23 months ago - 2024-01-03 ❗|1|[LICENSE](https://raw.githubusercontent.com/TyrealHu/acorn-typescript/master/LICENSE)|
|
|
75
|
-
|acorn-walk|MIT|8.3.4|8.3.4|15 months ago - 2024-09-09 ❗|1
|
|
75
|
+
|acorn-walk|MIT|8.3.4|8.3.4|15 months ago - 2024-09-09 ❗|1|⚠️ No license file|
|
|
76
76
|
|dotenv|BSD-2-Clause|17.2.3|17.2.3|2 months ago - 2025-09-29|0|[LICENSE](https://raw.githubusercontent.com/motdotla/dotenv/master/LICENSE)|
|
|
77
77
|
|zod|MIT|4.1.13|4.1.13|current month - 2025-12-07|0|[LICENSE](https://raw.githubusercontent.com/colinhacks/zod/main/LICENSE)|
|
|
78
78
|
|
|
@@ -7996,13 +7996,13 @@ async function il(e, t) {
|
|
|
7996
7996
|
return w.values();
|
|
7997
7997
|
})()
|
|
7998
7998
|
];
|
|
7999
|
-
let o = `|Name|Type|Installed|Latest|Latest
|
|
7999
|
+
let o = `|Name|Type|Installed|Latest|Latest Update|Deps|Document|
|
|
8000
8000
|
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
8001
8001
|
`;
|
|
8002
8002
|
for (const w of y) {
|
|
8003
8003
|
const C = w.installedVersion === w.remoteVersion ? w.installedVersion : `${w.installedVersion} ⚠️`, j = w.latestRemoteModified ? rl(w.latestRemoteModified.split("T")[0]) : "n/a", Z = w.dependencyCount != null && w.dependencyCount >= 0 ? w.dependencyCount : "n/a";
|
|
8004
8004
|
let pe;
|
|
8005
|
-
w.licenseFileLink == null || w.licenseFileLink == "" ? pe = "No license file
|
|
8005
|
+
w.licenseFileLink == null || w.licenseFileLink == "" ? pe = "⚠️ No license file" : pe = `[${w.licenseFileLink.slice(Math.max(0, w.licenseFileLink.lastIndexOf("/") + 1))}](${w.licenseFileLink})`, o += `|${w.name}|${w.licenseType}|${C}|${w.remoteVersion}|${j}|${Z}|${pe}|
|
|
8006
8006
|
`;
|
|
8007
8007
|
}
|
|
8008
8008
|
const S = `${i.slice(0, Math.max(0, r + kr.length))}
|
|
@@ -8016,7 +8016,7 @@ function rl(e) {
|
|
|
8016
8016
|
if (t == null || t === "") return "n/a";
|
|
8017
8017
|
const i = new Date(t), r = /* @__PURE__ */ new Date();
|
|
8018
8018
|
let n = (r.getFullYear() - i.getFullYear()) * 12 + (r.getMonth() - i.getMonth());
|
|
8019
|
-
return r.getDate() < i.getDate() && (n -= 1), n === 0 ? `current month - ${t}` : n === 1 ? `1 month ago - ${t}` : n <=
|
|
8019
|
+
return r.getDate() < i.getDate() && (n -= 1), n === 0 ? `current month - ${t}` : n === 1 ? `1 month ago - ${t}` : n <= 6 ? `${n} months ago - ${t}` : n <= 12 ? `${n} months ago - ${t} ⚠️` : `${n} months ago - ${t} ❗`;
|
|
8020
8020
|
}
|
|
8021
8021
|
async function xl() {
|
|
8022
8022
|
try {
|