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

fis-command-release

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-command-release - npm Package Compare versions

Comparing version 0.5.9 to 0.6.0

2

package.json
{
"name" : "fis-command-release",
"description" : "fis release command.",
"version" : "0.5.9",
"version" : "0.6.0",
"author" : "FIS Team <fis@baidu.com>",

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

@@ -111,6 +111,9 @@ /*

}
var root;
var root, conf, filename = fis.project.conf;
if(options.root){
root = fis.util.realpath(options.root);
if(fis.util.isDir(root)){
if(fis.util.isFile(root + '/' + filename)){
conf = root + '/' + filename;
}
delete options.root;

@@ -123,4 +126,3 @@ } else {

var cwd = root = fis.util.realpath(process.cwd()),
filename = fis.project.conf,
pos = cwd.length, conf;
pos = cwd.length;
do {

@@ -127,0 +129,0 @@ cwd = cwd.substring(0, pos);

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