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

2

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

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

@@ -45,3 +45,3 @@ /*

var flag, cost;
process.stdout.write(' compile '.green.bold);
process.stdout.write('Ω '.green.bold);
opt.beforeEach = function(){

@@ -56,2 +56,3 @@ flag = '.';

flag = flag.bold.yellow;
fis.log.debug(file.realpath);
} else if(cost < 100){

@@ -66,3 +67,2 @@ flag = flag.grey;

process.stdout.write(flag);
fis.log.debug(file.subpath);
}

@@ -102,3 +102,2 @@ };

}
//try to find fis-conf.js

@@ -122,2 +121,3 @@ var root = fis.util.realpath(process.cwd()),

if(options.clean){
fis.log.notice('clean compile cache ...');
fis.cache.clean('compile');

@@ -124,0 +124,0 @@ }

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