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.3.1 to 0.3.2

3

deploy.js

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

target_conf.path = path.resolve(target_conf.path);
if (process.platform !== 'win32' && process.platform !== 'win64')
target_conf.path = path.resolve(target_conf.path);

@@ -65,0 +66,0 @@ if (Array.isArray(target_conf.host)) {

{
"name": "pm2-deploy",
"version": "0.3.1",
"version": "0.3.2",
"description": "Deployment system for PM2",

@@ -5,0 +5,0 @@ "main": "deploy.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