Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fis-command-ci

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-command-ci - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

8

index.js

@@ -14,4 +14,4 @@ /*

//var api = "http://solar.baidu.com/ci";
var api = "http://cq01-rdqa-dev043.cq01.baidu.com:8081";
var api = "http://solar.baidu.com/ci";
var api_debug = "http://cq01-rdqa-dev043.cq01.baidu.com:8081";

@@ -26,6 +26,8 @@

.option('-r, --root <path>', 'set module root')
.option('--debug', 'set debug mode')
.action(function() {
var args = [].slice.call(arguments);
var options = args.pop();
options._API = api;
options._API = options.debug ? api_debug : api;

@@ -32,0 +34,0 @@ //初始化脚本

{
"name": "fis-command-ci",
"description": "fis ci client.",
"version": "0.0.9",
"version": "0.0.10",
"author": {

@@ -6,0 +6,0 @@ "name": "FIS Team",

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