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

fis-deploy-git

Package Overview
Dependencies
Maintainers
1
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.0 to 0.0.1

3

index.js

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

cd('/..');
fis.util.del(tmp);
if (exec('git clone ' + conf.remote + ' ' + tmp).code !== 0){

@@ -68,3 +69,3 @@ fis.log.error('git clone failed');

var name = tmp + (fileInfo.dest.to || '/') + fileInfo.dest.release;
fis.util.write(name, file.getContent());
fis.util.write(name, fileInfo.content);
});

@@ -71,0 +72,0 @@ exec('git add -A', {silent: conf.silent});

{
"name": "fis-deploy-git",
"version": "0.0.0",
"version": "0.0.1",
"description": "fis git deploy plugin",

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

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