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.2.0 to 0.2.1

2

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

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

@@ -73,16 +73,7 @@ /*

}
var collected = false;
var mtime = file.getMtime().getTime();
//collect file to deploy
if(file.cache && file.cache.expired){
if((file.cache && file.cache.expired) || lastModified[file.subpath] !== mtime){
lastModified[file.subpath] = mtime;
collection[file.subpath] = file;
collected = true;
} else {
var mtime = file.getMtime().getTime();
if(lastModified[file.subpath] !== mtime){
lastModified[file.subpath] = mtime;
collection[file.subpath] = file;
collected = true;
}
}
if(collected){
if(index > 0 && index % 50 === 0){

@@ -89,0 +80,0 @@ process.stdout.write('\n ');

{
"modules" : {
"parser" : {
"js" : "extjs"
"js" : "extjs",
"css" : "extcss"
}
}
}
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