New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

sysuser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sysuser - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json

@@ -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": {

@@ -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){