amdocs-auth-package 0.1.0 → 0.3.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/package.json
CHANGED
|
@@ -1,26 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "amdocs-auth-package",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "Safe proof-of-concept demonstrating import-time arbitrary code execution in Node.js without OS commands or network activity",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "./fesm2022/amdocs-auth-package
|
|
6
|
+
"main": "./fesm2022/amdocs-auth-package.mjs",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
|
-
"import": "./fesm2022/amdocs-auth-package
|
|
9
|
+
"import": "./fesm2022/amdocs-auth-package.mjs"
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"fesm2022/"
|
|
14
14
|
],
|
|
15
15
|
"keywords": [
|
|
16
|
-
"
|
|
17
|
-
"
|
|
16
|
+
"dependency-confusion",
|
|
17
|
+
"supply-chain",
|
|
18
|
+
"rce",
|
|
18
19
|
"poc",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
20
|
+
"security-testing",
|
|
21
|
+
"nodejs"
|
|
21
22
|
],
|
|
22
23
|
"author": "Security Research PoC",
|
|
23
24
|
"license": "MIT",
|
|
24
25
|
"private": false,
|
|
25
|
-
"sideEffects":
|
|
26
|
+
"sideEffects": true,
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"amdocs-auth-package": "^0.2.0"
|
|
29
|
+
}
|
|
26
30
|
}
|
|
File without changes
|