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.8.9 to 0.8.10

2

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

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

@@ -140,6 +140,2 @@ /*

.option('-d, --dest <names>', 'release output destination', String, 'preview')
.option('-r, --root <path>', 'set project root')
.option('-w, --watch', 'monitor the changes of project')
.option('-L, --live', 'automatically reload your browser')
.option('-c, --clean', 'clean compile cache', Boolean, false)
.option('-m, --md5 [level]', 'md5 release option', Number)

@@ -151,2 +147,7 @@ .option('-D, --domains', 'add domain name', Boolean, false)

.option('-p, --pack', 'with package', Boolean, true)
.option('-w, --watch', 'monitor the changes of project')
.option('-L, --live', 'automatically reload your browser')
.option('-c, --clean', 'clean compile cache', Boolean, false)
.option('-r, --root <path>', 'set project root')
.option('-C, --conf <filename>', 'set fis-conf filename, fis-conf.js by default', 'fis-conf.js')
.option('-u, --unique', 'use unique compile caching', Boolean, false)

@@ -164,3 +165,3 @@ .option('--verbose', 'enable verbose output', Boolean, false)

}
var root, conf, filename = fis.project.conf;
var root, conf, filename = options.conf;
if(options.root){

@@ -206,3 +207,3 @@ root = fis.util.realpath(options.root);

} else {
fis.log.warning('missing ' + filename);
fis.log.warning('missing config file [' + filename + ']');
}

@@ -209,0 +210,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