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.4 to 0.0.5

7

index.js

@@ -60,2 +60,7 @@ var os = require('os');

exec('git pull', {silent: conf.silent});
if (conf.clean === true) {
exec('git rm ./* -r', {silent: conf.silent});
}
files.forEach(function(fileInfo){

@@ -78,2 +83,2 @@ var file = fileInfo.file;

module.exports.fullpack = true;
module.exports.fullpack = true;

2

package.json
{
"name": "fis-deploy-git",
"version": "0.0.4",
"version": "0.0.5",
"description": "fis git deploy plugin",

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

@@ -29,3 +29,4 @@ # fis-deploy-git

remote: 'https://github.com/hefangshi/git-deploy-test.git',
branch: 'gh-pages'
branch: 'gh-pages',
clean: false
}

@@ -32,0 +33,0 @@ });

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