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.4.0 to 0.4.2

2

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

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

@@ -124,4 +124,6 @@ /*

//configure log
fis.log.level = options.debug ? fis.log.L_ALL : fis.log.level;
fis.log.throw = true;
if(options.debug){
fis.log.level = fis.log.L_ALL;
fis.log.throw = true;
}

@@ -128,0 +130,0 @@ //compile setup

Sorry, the diff of this file is not supported yet

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