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.6.8 to 0.6.9

6

lib/deploy.js

@@ -63,6 +63,10 @@ /*

opt.to = fis.util(opt.to);
} else if(/^output\b/.test(d)){ //local
} else if(d[0] === '.'){
opt.to = fis.util(process.cwd(), d);
} else if(/^output\b/.test(d)){
opt.to = fis.util(root, d);
} else if(d === 'preview'){
opt.to = fis.project.getTempPath('www');
} else if(fis.util.isAbsolute(d)) {
opt.to = fis.util(d);
} else {

@@ -69,0 +73,0 @@ fis.log.error('invalid deploy destination options [' + d + ']');

2

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

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

@@ -123,3 +123,3 @@ /*

.option('-p, --pack', 'with package', Boolean, true)
.option('--unique', 'use unique compile caching', Boolean, false)
.option('-u, --unique', 'use unique compile caching', Boolean, false)
.option('--debug', 'debug mode', Boolean, false)

@@ -126,0 +126,0 @@ .action(function(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