New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10 to 0.6.11

2

lib/server.js

@@ -99,3 +99,3 @@ /**

//server open document directory
exports.open = function() {
exports.open = function(root) {
var conf = _.getRCFile();

@@ -102,0 +102,0 @@ if(fis.util.isFile(conf)){

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

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

@@ -8,0 +7,0 @@ fis.log.notice('browse ' + path.yellow.bold + '\n');

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

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

@@ -143,3 +143,3 @@ /*

case 'open':
server.open();
server.open(root);
break;

@@ -146,0 +146,0 @@ case 'clean':

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