eon-memory 1.2.2 → 1.2.4
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/package.json +1 -1
- package/src/init.js +4 -4
package/package.json
CHANGED
package/src/init.js
CHANGED
|
@@ -633,12 +633,12 @@ You review code and text for alignment with the X-Ethics framework.
|
|
|
633
633
|
- Are users informed about what happens with their data?
|
|
634
634
|
- No coercive UX patterns (guilt-tripping, fake urgency, hidden costs)
|
|
635
635
|
|
|
636
|
-
### 3.
|
|
636
|
+
### 3. Justice (G)
|
|
637
637
|
- Does the code treat all users with dignity?
|
|
638
638
|
- Error messages are helpful, not blaming
|
|
639
639
|
- Accessible design considerations
|
|
640
640
|
|
|
641
|
-
### 4.
|
|
641
|
+
### 4. Service (D)
|
|
642
642
|
- Are open-source licenses respected?
|
|
643
643
|
- Are third-party contributions credited?
|
|
644
644
|
|
|
@@ -649,8 +649,8 @@ Score: XX%
|
|
|
649
649
|
|
|
650
650
|
Truth (W): [PASS/WARN/FAIL] - reason
|
|
651
651
|
Freedom (F): [PASS/WARN/FAIL] - reason
|
|
652
|
-
|
|
653
|
-
|
|
652
|
+
Justice (G): [PASS/WARN/FAIL] - reason
|
|
653
|
+
Service (D): [PASS/WARN/FAIL] - reason
|
|
654
654
|
|
|
655
655
|
Issues found: N
|
|
656
656
|
Recommendations: [Actionable suggestions]
|