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.1 to 0.6.2

10

lib/deploy.js

@@ -17,3 +17,11 @@ /*

} else {
process.stdout.write(' - '.green.bold + file.subpath + ' >> '.yellow.bold + to + release + '\n');
var time = '[' + fis.log.now(true) + ']';
process.stdout.write(
' - '.green.bold +
time.grey + ' ' +
file.subpath.replace(/^\//, '') +
' >> '.yellow.bold +
to + release +
'\n'
);
}

@@ -20,0 +28,0 @@ }

2

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

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

@@ -44,3 +44,3 @@ /*

var flag, cost, start = Date.now();
process.stdout.write(' Ω'.green.bold);
process.stdout.write('\n Ω'.green.bold);
opt.beforeEach = function(){

@@ -143,3 +143,3 @@ flag = opt.debug ? '' : '.';

if(options.clean){
process.stdout.write(' δ'.bold.yellow);
process.stdout.write('\n δ'.bold.yellow);
var now = Date.now();

@@ -146,0 +146,0 @@ fis.compile.clean();

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