You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

fis-command-server

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-command-server - npm Package Compare versions

Comparing version

to
0.5.6

{
"name" : "fis-command-server",
"description" : "fis server command.",
"version" : "0.5.5",
"version" : "0.5.6",
"author" : "FIS Team <fis@baidu.com>",

@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/",

@@ -150,3 +150,3 @@ /*

var cmd = [
fis.util.escapeShellArg(process.execPath),
fis.util.escapeShellCmd(process.execPath),
fis.util.escapeShellArg(fis.util(__dirname, 'child.js'))

@@ -153,0 +153,0 @@ ].join(' ');