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.3.1 to 0.3.2

2

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

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

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

.option('-c, --clean', 'clean cache before releasing')
.option('-t, --type <ext>', 'resouce map type', String, 'php')
.option('-m, --md5 <level>', 'md5 release option', parseInt, 0)
.option('-D, --domain', 'add domain', Boolean, false)
.option('-L, --no-lint', 'without lint', Boolean, true)
.option('-O, --no-optimize', 'without optimize', Boolean, true)
.option('-P, --no-pack', 'without package', Boolean, true)
.option('--md5 <level>', 'md5 release option', parseInt, 0)
.option('--domain', 'add domain', Boolean, false)
.option('--lint', 'with lint', Boolean, false)
.option('--optimize', 'with optimize', Boolean, false)
.option('--pack', 'with package', Boolean, true)
.option('--debug', 'debug mode', Boolean, false)

@@ -104,0 +103,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