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.0 to 0.6.1

2

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

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

@@ -100,5 +100,5 @@ /*

.option('-D, --domains', 'add domain name', Boolean, false)
.option('-L, --lint', 'with lint', Boolean, false)
.option('-O, --optimize', 'with optimize', Boolean, false)
.option('-P, --pack', 'with package', Boolean, true)
.option('-l, --lint', 'with lint', Boolean, false)
.option('-o, --optimize', 'with optimize', Boolean, false)
.option('-p, --pack', 'with package', Boolean, true)
.option('--debug', 'debug mode', Boolean, false)

@@ -105,0 +105,0 @@ .action(function(options){

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