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

fis-deploy-git

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-deploy-git - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

index.js

@@ -37,3 +37,3 @@ var os = require('os');

var tmp = os.tmpdir() + path.sep + 'fis_deploy_git_' + conf.remote.replace(/[:\/\\\.]+/g,'_') ;
var tmp = os.tmpdir() + path.sep + 'fis_deploy_git_' + conf.remote.replace(/\/\/(.*):(.*)@/,'').replace(/[:\/\\\.]+/g,'_') ;

@@ -76,5 +76,4 @@ if(fis.util.exists(tmp) && !fis.util.isDir(tmp)){

exec('git push', {silent: conf.deepSilent})
callback && callback();
}
module.exports.fullpack = true;
{
"name": "fis-deploy-git",
"version": "0.0.2",
"version": "0.0.3",
"description": "fis git deploy plugin",

@@ -15,6 +15,2 @@ "main": "index.js",

],
"repository": {
"type": "git",
"url": "https://github.com/fex-team/fis-deploy-git"
},
"dependencies": {

@@ -25,2 +21,2 @@ "shelljs": "0.3.0"

"license": "BSD"
}
}

@@ -5,3 +5,3 @@ # fis-deploy-git

将FIS产出进行git部署
将FIS产出进行git部署 **仅支持FIS 1.8.5+**

@@ -39,2 +39,2 @@ ## 使用方法

fis release -Dompd publish
```
```
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