@indra.ai/deva.security 0.0.57 → 0.0.59
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 +4 -0
- package/feature/methods.js +7 -1
- package/help/corpus.feecting +4 -0
- package/help/frameworks/HigherVGW.feecting +4 -0
- package/help/main.feecting +4 -0
- package/help/programs/KingdomSecureProtectionArm.feecting +4 -0
- package/index.js +5 -2
- package/index.test.js +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
package/feature/methods.js
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ©2025 Quinn A Michaels; All rights reserved.
|
|
3
|
+
// Legal Signature Required For Lawful Use.
|
|
4
|
+
// Distributed under VLA:36687315706419437672 LICENSE.md
|
|
5
|
+
|
|
1
6
|
export default {
|
|
2
7
|
|
|
3
8
|
/**************
|
|
@@ -25,7 +30,8 @@ export default {
|
|
|
25
30
|
'',
|
|
26
31
|
`::begin:uid:${key}:${id.uid}`,
|
|
27
32
|
`uid: ${id.uid}`,
|
|
28
|
-
`
|
|
33
|
+
`time: ${id.created}`,
|
|
34
|
+
`date: ${this.lib.formatDate(id.created, 'short', true)}`,
|
|
29
35
|
`md5: ${id.md5}`,
|
|
30
36
|
`sha256: ${id.sha256}`,
|
|
31
37
|
`sha512: ${id.sha512}`,
|
package/help/corpus.feecting
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
// ©2025 Quinn A Michaels; All rights reserved.
|
|
2
|
+
// Legal Signature Required For Lawful Use.
|
|
3
|
+
// Distributed under VLA:36687315706419437672 LICENSE.md
|
|
4
|
+
|
|
1
5
|
::BEGIN:MAIN
|
|
2
6
|
Full Writeup: Higher Power Authority Security System Network Environment Game Layer Boss Architect Time Year Month Day Hour Minute Second Millisecond Constraint Path Way Barrier Vector Guard Wall Technology
|
|
3
7
|
|
package/help/main.feecting
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
// ©2025 Quinn A Michaels; All rights reserved.
|
|
2
|
+
// Legal Signature Required For Lawful Use.
|
|
3
|
+
// Distributed under VLA:36687315706419437672 LICENSE.md
|
|
4
|
+
|
|
1
5
|
# #KingdomSecureProtectionArm
|
|
2
6
|
|
|
3
7
|
describe: The #KingdomSecureProtectionArm is the force that ensures the king’s justice is fair and the protection of his realm is steadfast, as stated in the Vedic law. The principle behind this law is that the strength of the king’s protection and enforcement—both physical and judicial—ensures the security of the kingdom and its prosperity.
|
package/index.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict"
|
|
2
|
+
// ©2025 Quinn A Michaels; All rights reserved.
|
|
3
|
+
// Legal Signature Required For Lawful Use.
|
|
4
|
+
// Distributed under VLA:36687315706419437672 LICENSE.md
|
|
2
5
|
// Security Deva
|
|
3
|
-
|
|
6
|
+
|
|
4
7
|
import Deva from '@indra.ai/deva';
|
|
5
8
|
import pkg from './package.json' with {type:'json'};
|
|
6
9
|
const {agent,vars} = pkg.data;
|
package/index.test.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
//
|
|
2
|
-
//
|
|
1
|
+
// ©2025 Quinn A Michaels; All rights reserved.
|
|
2
|
+
// Legal Signature Required For Lawful Use.
|
|
3
|
+
// Distributed under VLA:36687315706419437672 LICENSE.md
|
|
3
4
|
|
|
4
5
|
const {expect} = require('chai')
|
|
5
6
|
const :key: = require('./index.js');
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "31477276110836980722",
|
|
3
3
|
"name": "@indra.ai/deva.security",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"license": "VLA:
|
|
4
|
+
"version": "0.0.59",
|
|
5
|
+
"license": "VLA:36687315706419437672 LICENSE.md",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Quinn A Michaels",
|
|
8
8
|
"email": "quinn@indra.ai",
|