this.me 2.8.71 → 2.8.72
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 +27 -8
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -1,11 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
<img src="./Cleaker-removebg-preview.png" alt="SVG Image" style="width:89px;">
|
|
1
|
+
|
|
3
2
|
|
|
4
3
|
<img src="https://suign.github.io/assets/imgs/cleak_me-removebg.png" alt="DID Me Art" width="244">
|
|
5
4
|
|
|
6
5
|
<img src="https://suign.github.io/assets/imgs/Cleaker-removebg-preview.png" alt="Cleak Me Please" width="244">
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
# THIS.ME
|
|
8
|
+
|
|
9
|
+
-----------
|
|
10
|
+
|
|
11
|
+
### [Project Status : Experimental and Under Development, Subject to Major Changes]
|
|
12
|
+
|
|
13
|
+
The module is in active development, and as such, it is subject to significant changes as we refine our approach and methodologies to best support our goals.
|
|
14
|
+
|
|
15
|
+
visit: https://neurons.me to learn more.
|
|
16
|
+
|
|
17
|
+
----------
|
|
18
|
+
|
|
19
|
+
# Introduction
|
|
9
20
|
|
|
10
21
|
**This.Me** is a class focused on encapsulating user identity, specifically crafted to facilitate the creation of instances ready for hashing and cryptographic signature generation. It opens the door to coding and decoding through "me" signatures, offering a modular framework that prioritizes privacy and integrity in application-wide identity management.
|
|
11
22
|
|
|
@@ -47,7 +58,7 @@
|
|
|
47
58
|
|
|
48
59
|
This quick start guide provides a straightforward path to incorporating `this.me` into your project, enabling you to manage user identities and prepare them for secure cryptographic processes efficiently.
|
|
49
60
|
|
|
50
|
-
|
|
61
|
+
----------
|
|
51
62
|
|
|
52
63
|
# About All.This
|
|
53
64
|
|
|
@@ -67,13 +78,21 @@ This quick start guide provides a straightforward path to incorporating `this.me
|
|
|
67
78
|
|
|
68
79
|
visit: [Neurons.me Glossary](https://suign.github.io/neurons.me/Glossary)
|
|
69
80
|
|
|
70
|
-
|
|
81
|
+
## License & Policies
|
|
82
|
+
|
|
83
|
+
- **License**: MIT License (see LICENSE for details).
|
|
84
|
+
|
|
85
|
+
- **Privacy Policy**: Respects user privacy; no collection/storage of personal data.
|
|
86
|
+
|
|
87
|
+
- **Terms of Usage**: Use responsibly. No guarantees/warranties provided. [Terms](https://www.neurons.me/terms-of-use) | [Privacy](https://www.neurons.me/privacy-policy)
|
|
88
|
+
|
|
89
|
+
**Learn more** at https://neurons.me
|
|
71
90
|
|
|
72
|
-
**Author:** SuiGn
|
|
91
|
+
**Author:** SuiGn
|
|
73
92
|
|
|
74
|
-
[By neurons.me](https://neurons.me)
|
|
93
|
+
[By neurons.me](https://neurons.me)
|
|
75
94
|
|
|
76
|
-
<img src="https://suign.github.io/neurons.me/neurons_logo.png" alt="neurons.me logo" width="123" height="123" style="width123px; height:123px;">
|
|
95
|
+
<img src="https://suign.github.io/neurons.me/neurons_logo.png" alt="neurons.me logo" width="123" height="123" style="width123px; height:123px;">
|
|
77
96
|
|
|
78
97
|
|
|
79
98
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "this.me",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.72",
|
|
4
4
|
"description": "User-Centric.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"user"
|
|
13
13
|
],
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"browserify": "^17.0.0"
|
|
16
15
|
},
|
|
17
16
|
"repository": {
|
|
18
17
|
"type": "git",
|