+1
-1
@@ -5,3 +5,3 @@ { | ||
| "author": "NodeCraft Hosting LLC <admin@getnodecraft.net> (http://getnodecraft.net)", | ||
| "version":"1.0.1", | ||
| "version":"1.0.2", | ||
| "main": "sysUser.js", | ||
@@ -8,0 +8,0 @@ "repository": { |
+1
-1
@@ -44,3 +44,3 @@ var cp = require('child_process'), | ||
| }, | ||
| getPID: function(username,callback){ | ||
| getUID: function(username,callback){ | ||
| if(this.validate(username)){ | ||
@@ -47,0 +47,0 @@ exec('id -u '+String(username),function(error,stdout,stderr){ |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package