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.3 to 0.0.4

2

index.js

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

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

@@ -40,0 +40,0 @@ if(fis.util.exists(tmp) && !fis.util.isDir(tmp)){

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

{
"name": "fis-deploy-git",
"version": "0.0.3",
"version": "0.0.4",
"description": "fis git deploy plugin",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,0 +0,0 @@ # fis-deploy-git

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