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.9 to 0.3.0

2

lib/deploy.js

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

} else {
process.stdout.write(' \u000e '.green.bold + file.subpath + ' \u001a '.yellow.bold + to + release + '\n');
process.stdout.write(' - '.green.bold + file.subpath + ' >> '.yellow.bold + to + release + '\n');
}

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

{
"name" : "fis-command-release",
"description" : "fis release command.",
"version" : "0.2.9",
"version" : "0.3.0",
"author" : "FIS Team <fis@baidu.com>",

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

@@ -56,7 +56,5 @@ /*

//write a white space.
process.stdout.write(' ');
//compile hooks
var flag, cost, index = 0;
opt.beforeEach = function(){
flag = '.';
flag = ' .';
cost = (new Date).getTime();

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