Socket
Socket
Sign inDemoInstall

fis3-command-ala-release

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis3-command-ala-release - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

lib/release.js

@@ -6,2 +6,3 @@ /* eslint-disable */

*/
var chalk = require('chalk');
var time = require('./time.js');

@@ -67,3 +68,3 @@ var stream = process.stdout;

// 更改:不能使用throw e 导致next不执行,后续watch失效
fis.util.colorLog.error(e);
console.log(chalk.red(e.stack));
// process.stdout.write('\u0007');

@@ -70,0 +71,0 @@ } else if (options.verbose) {

{
"name": "fis3-command-ala-release",
"description": "fis release command.",
"version": "1.0.0",
"version": "1.0.1",
"author": "FIS Team <fis@baidu.com>",

@@ -23,2 +23,3 @@ "homepage": "http://fis.baidu.com/",

"chokidar": "1.4.3",
"chalk": "^1.1.3",
"livereload-server-spec": "0.2.3",

@@ -25,0 +26,0 @@ "portfinder": "0.4.0"

# fis-command-release
## 说明
这个版本fork了fis-command-release, 做了一些升级适配阿拉丁开发工具
## 地址
https://github.com/kaivean/fis3-command-release
## 提交
```
git push origin master
```
## 发布
发布到npmjs
```
npm publish
```
## Usage

@@ -4,0 +22,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