satyamark-react 0.0.3 → 0.0.5

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.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,9 +11,13 @@ It extracts text and images from rendered DOM elements, submits them for verific
11
11
  SatyaMark is built as **trust infrastructure**, not a fact-checking oracle.
12
12
 
13
13
  <p align="center">
14
- <a href="https://github.com/DhirajKarangale/SatyaMark/tree/main/Frontend/satyamark-react">GitHub Repository</a>
14
+ <a href="https://github.com/DhirajKarangale/SatyaMark/tree/main/Frontend/satyamark-react" target="_blank" rel="noopener noreferrer">
15
+ GitHub Repository
16
+ </a>
15
17
  ·
16
- <a href="https://www.npmjs.com/package/satyamark-react">npm Package</a>
18
+ <a href="https://www.npmjs.com/package/satyamark-react" target="_blank" rel="noopener noreferrer">
19
+ npm Package
20
+ </a>
17
21
  </p>
18
22
 
19
23
  ---
@@ -215,6 +219,6 @@ onConnected((connection) => {
215
219
 
216
220
  ---
217
221
 
218
- ## One-Line Summary
222
+ ## Summary
219
223
 
220
224
  **satyamark-react lets React apps surface real-time, evidence-backed credibility signals directly inside the UI.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "satyamark-react",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Official React SDK for SatyaMark — a lightweight UI library to embed transparent content verification marks, confidence indicators, and trust signals into React applications.",
5
5
  "license": "MIT",
6
6
  "author": "DK",
@@ -53,4 +53,4 @@
53
53
  "tsup": "^6.7.0",
54
54
  "typescript": "^5.0.0"
55
55
  }
56
- }
56
+ }