@directv-digital/fusion.atoms.button 99.99.99
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 +1 -0
- package/package.json +13 -0
- package/preinstall.js +1 -0
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.log("placeholder package installed by hackerone.com/thruster")
|
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@directv-digital/fusion.atoms.button",
|
|
3
|
+
"version": "99.99.99",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "placeholder package by hackerone.com/thruster, please look into https://hackerone.com/reports/3832427",
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
+
"preinstall": "node preinstall.js"
|
|
10
|
+
},
|
|
11
|
+
"author": "",
|
|
12
|
+
"license": "ISC"
|
|
13
|
+
}
|
package/preinstall.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.log("test package installed by hackerone.com/thruster. Please look into https://hackerone.com/reports/3832427")
|