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.7 to 0.6.8

2

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

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

@@ -102,7 +102,8 @@ /*

} catch(e) {
process.stdout.write('\n [ERROR] ' + (e.message || e) + '\u0007\n');
if(!opt.watch){
if(opt.debug){
throw e;
}
process.stdout.write('\n [ERROR] ' + (e.message || e) + '\n');
if(opt.watch){
process.stdout.write('\u0007');
} else if(opt.debug) {
throw e;
} else {
process.exit(1);

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