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

pm2-deploy

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pm2-deploy - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

CHANGELOG.md

4

deploy.js

@@ -14,3 +14,3 @@ var fs = require('fs');

function spawn(hostJSON, args, cb) {
var shellSyntaxCommand = "echo '" + hostJSON + "' | " + __dirname + "/deploy " + args.join(' ');
var shellSyntaxCommand = "echo '" + hostJSON + "' | " + __dirname.replace(/\\/g, '/') + "/deploy " + args.join(' ');
var proc = childProcess.spawn('sh', ['-c', shellSyntaxCommand], { stdio: 'inherit' });

@@ -58,3 +58,3 @@

if (process.env.NODE_ENV !== 'test') {
console.log('--> on host %s', host);
console.log('--> on host %s', host.host ? host.host : host);
}

@@ -61,0 +61,0 @@

{
"name": "pm2-deploy",
"version": "0.1.2",
"version": "0.2.0",
"description": "Deployment system for PM2",
"main": "deploy.js",
"repository": {
"type" : "git",
"url" : "https://github.com/Unitech/pm2-deploy.git"
},
"scripts": {

@@ -19,3 +23,3 @@ "test": "mocha"

"author": "Alexandre Strzelewicz",
"license": "AGPLV3"
"license": "MIT"
}

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