Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fis-command-server

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-command-server - npm Package Compare versions

Comparing version 0.6.9 to 0.6.10

npm-shrinkwrap.json

12

lib/server.js

@@ -41,2 +41,3 @@ /**

var isWin = fis.util.isWin();
if (isWin) {

@@ -71,2 +72,11 @@ list = spawn('tasklist');

});
list.on('error', function (e) {
if (isWin) {
fis.log.error('fail to execute `tasklist` command, please add your system path (eg: C:\\Windows\\system32, you should replace `C` with your system disk) in %PATH%');
} else {
fis.log.error('fail to execute `ps` command.');
}
});
} else {

@@ -121,3 +131,3 @@ if (callback) {

//node
startNode();
startNode(opt);
} else {

@@ -124,0 +134,0 @@ checkPHPEnable(opt, function(php, opt) {

3

lib/util.js

@@ -5,2 +5,3 @@ var _ = module.exports;

_.open = function(path, callback) {
if (!path) return;
var child_process = require('child_process');

@@ -76,2 +77,2 @@ fis.log.notice('browse ' + path.yellow.bold + '\n');

return fis.project.getTempPath('server/pid');
};
};
{
"name" : "fis-command-server",
"description" : "fis server command.",
"version" : "0.6.9",
"version" : "0.6.10",
"author" : "FIS Team <fis@baidu.com>",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc