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

fis-command-release

Package Overview
Dependencies
Maintainers
2
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.11.5 to 0.11.6

0

lib/deploy.js

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ Copyright (C) 2013 baidu.com

2

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

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

@@ -0,0 +0,0 @@ # fis-command-release

@@ -46,9 +46,2 @@ /*

//添加usePolling配置
var usePolling = null;
if (typeof fis.config.get('project.watch.usePolling') !== 'undefined'){
usePolling = fis.config.get('project.watch.usePolling');
}
require('chokidar')

@@ -68,3 +61,3 @@ .watch(root, {

},
usePolling: usePolling,
usePolling: fis.config.get('project.watch.usePolling', null),
persistent: true

@@ -71,0 +64,0 @@ })

@@ -0,0 +0,0 @@ (function() {

Sorry, the diff of this file is not supported yet

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