@datapos/datapos-shared 0.3.296 → 0.3.299
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 +9 -5
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -124,12 +124,16 @@ The OWASP Dependency Check Report identifies known vulnerabilities in project de
|
|
|
124
124
|
|
|
125
125
|
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 uploaded 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.
|
|
126
126
|
|
|
127
|
+
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.
|
|
128
|
+
|
|
127
129
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
128
|
-
|
|
129
|
-
|
|
|
130
|
-
|
|
|
131
|
-
|
|
|
132
|
-
|
|
|
130
|
+
|
|
131
|
+
| Name | Type | Installed | Latest | Latest Update | Deps | Document |
|
|
132
|
+
| :-------- | :--- | :-------: | :----: | :------------------------ | ---: | :-------------------------------------------------------------------------------- |
|
|
133
|
+
| csv-parse | MIT | 6.1.0 | 6.1.0 | 4 months ago - 2025-07-16 | 0 | ⚠️ No license file |
|
|
134
|
+
| 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) |
|
|
135
|
+
| nanoid | MIT | 5.1.6 | 5.1.6 | 2 months ago - 2025-09-22 | 0 | [LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE) |
|
|
136
|
+
|
|
133
137
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
134
138
|
|
|
135
139
|
**Installed dependencies are kept up-to-date with latest releases.**
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.299",
|
|
4
4
|
"description": "A library containing common constants, types and utilities used across all Data Positioning projects.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"author": "Jonathan Terrell <terrell.jm@gmail.com>",
|
|
6
7
|
"private": false,
|
|
7
8
|
"type": "module",
|
|
8
9
|
"homepage": "https://www.datapos.app",
|
|
@@ -21,7 +22,6 @@
|
|
|
21
22
|
"types": "./dist/types/src/index.d.ts"
|
|
22
23
|
}
|
|
23
24
|
},
|
|
24
|
-
"sideEffects": false,
|
|
25
25
|
"files": [
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
@@ -32,11 +32,10 @@
|
|
|
32
32
|
"nanoid": "^5.1.6"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@datapos/datapos-development": "^0.3.
|
|
36
|
-
"@types/node": "^24.10.
|
|
37
|
-
"@
|
|
38
|
-
"@typescript-eslint/
|
|
39
|
-
"@typescript-eslint/parser": "^8.48.1",
|
|
35
|
+
"@datapos/datapos-development": "^0.3.307",
|
|
36
|
+
"@types/node": "^24.10.2",
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
38
|
+
"@typescript-eslint/parser": "^8.49.0",
|
|
40
39
|
"eslint": "^9.39.1",
|
|
41
40
|
"eslint-plugin-import": "^2.32.0",
|
|
42
41
|
"jiti": "^2.6.1",
|