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.1.3 to 0.1.4

standard.json

2

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

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

@@ -114,4 +114,7 @@ /*

if(fis.util.exists(conf)){
//merge standard conf
fis.config.merge(fis.util.readJSON(__dirname + '/standard.json'));
//init project
fis.project.init(cwd, conf, function(){
//configure log

@@ -122,3 +125,3 @@ fis.log.level = options.debug ? fis.log.L_ALL : fis.log.level;

//compile setup
fis.compile.setup({
var tmp = fis.compile.setup({
debug : options.debug,

@@ -131,2 +134,6 @@ optimize : options.optimize,

if(options.clean){
fis.cache.clean(tmp);
}
if(options.watch){

@@ -133,0 +140,0 @@ watch(options);

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