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.6 to 0.11.7

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.6",
"version": "0.11.7",
"author": "FIS Team <fis@baidu.com>",

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

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

@@ -50,6 +50,2 @@ /*

var ignored = ignoredReg.test(path);
if (fis.config.get('project.exclude')){
ignored = ignored ||
fis.util.filter(path, fis.config.get('project.exclude'));
}
if (fis.config.get('project.watch.exclude')){

@@ -108,3 +104,3 @@ ignored = ignored ||

clearTimeout(LRTimer);
LRTimer = setTimeout(reload, 200);
LRTimer = setTimeout(reload, fis.config.get('livereload.delay', 200));
};

@@ -111,0 +107,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