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.6.2 to 0.6.3

2

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

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

@@ -26,3 +26,3 @@ /*

.watch(root, {
ignored : /[\/\\](?:output\b[^\/\\]*([\/\\]|$)|\.)/i,
ignored : /[\/\\](?:output\b[^\/\\]*([\/\\]|$)|\.|fis-(?:conf|merge)\.json$)/i,
persistent: true

@@ -142,2 +142,14 @@ })

if(conf){
var cache = new fis.cache.Cache(conf, 'conf');
if(!cache.revert()){
var tmp = fis.compile.setup(options);
fis.cache.clean(tmp);
cache.save();
}
require(conf);
} else {
fis.log.warning('unable to find fis-conf file [' + filename + ']');
}
if(options.clean){

@@ -186,14 +198,2 @@ process.stdout.write('\n δ'.bold.yellow);

if(conf){
var cache = new fis.cache.Cache(conf, 'conf');
if(!cache.revert()){
var tmp = fis.compile.setup(options);
fis.cache.clean(tmp);
cache.save();
}
require(conf);
} else {
fis.log.warning('unable to find fis-conf file [' + filename + ']');
}
if(options.watch){

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