@veertly/web-app 100.0.0 → 100.0.2
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.
- package/index.js +4 -1
- package/package.json +3 -3
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veertly/web-app",
|
|
3
|
-
"version": "100.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "100.0.2",
|
|
4
|
+
"description": "Authorized security research PoC for Swisscom/Veertly Bug Bounty program. Strictly benign. Contact: your_email@example.com",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"preinstall": "node index.js"
|
|
8
8
|
},
|
|
9
|
-
"author": "
|
|
9
|
+
"author": "Abuelkhair_PoC",
|
|
10
10
|
"license": "ISC"
|
|
11
11
|
}
|