@indra.ai/deva.security 0.16.0 → 0.18.0
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/feature/methods.js +5 -0
- package/package.json +3 -3
package/feature/methods.js
CHANGED
|
@@ -39,10 +39,15 @@ export default {
|
|
|
39
39
|
`${this.box.begin}:${status}`,
|
|
40
40
|
`uid: ${id.uid}`,
|
|
41
41
|
`time: ${id.time}`,
|
|
42
|
+
`iso: ${id.iso}`,
|
|
43
|
+
`utc: ${id.utc}`,
|
|
42
44
|
`date: ${id.date}`,
|
|
43
45
|
`warning: ${id.warning}`,
|
|
44
46
|
`license: ${id.license}`,
|
|
45
47
|
`fingerprint: ${id.fingerprint}`,
|
|
48
|
+
`md5: ${id.md5}`,
|
|
49
|
+
`sha256: ${id.sha256}`,
|
|
50
|
+
`sha512: ${id.sha512}`,
|
|
46
51
|
`copyright: ${id.copyright}`,
|
|
47
52
|
`${this.box.end}:${status}`,
|
|
48
53
|
];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "40899039373337698066",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.18.0",
|
|
5
5
|
"license": "VLA:40899039373337698066 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "72981472549283584069",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"homepage": "https://deva.space/devas/security",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@indra.ai/deva": "^1.
|
|
62
|
+
"@indra.ai/deva": "^1.36.0",
|
|
63
63
|
"@indra.ai/deva.defense": "^0.7.4",
|
|
64
64
|
"@indra.ai/deva.guard": "^0.9.2",
|
|
65
65
|
"@indra.ai/deva.proxy": "^0.7.3",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"creator": "Quinn A Michaels",
|
|
114
114
|
"company": "Inside The Net, Inc.",
|
|
115
115
|
"status": "vedic",
|
|
116
|
-
"warning": "{{prompt.emoji}} {{profile.name}} give us
|
|
116
|
+
"warning": "{{prompt.emoji}} {{profile.name}} give us SECURITY from that we are AFRAID. HELP US, {{profile.hashtag}}, drive away FOES and ENEMIES from all the REGIONS of the WORLD send {{profile.name}}. {{profile.name}} the FOE SUBDUER SWIFT to ACT PROMPT to LISTEN. {{profile.name}} hold thy SPIRIT FAST hold it for LIFE not for DEATH hold it for SECURITY. Where those who SUBSIST by the FULFILLMENT of the LAW depart from the ESTABLISHED RULE of LAW the {{profile.name}} shall PUNISH with A FINE equal to the DAMAGE CAUSED. \nowner: {{profile.owner}} \ntags: {{profile.hashtags}}",
|
|
117
117
|
"copyright": "Copyright ©2000-2026 Quinn A Michaels. All rights reserved.",
|
|
118
118
|
"created": "Monday, May 22, 2023 at 9:26 AM",
|
|
119
119
|
"updated": "Sunday, January 11, 2026 - 7:42:24 AM"
|