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

pm2-deploy

Package Overview
Dependencies
Maintainers
2
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.5 to 0.3.6

4

CHANGELOG.md
# 0.3.6
- ability to omit user in deploy_conf
# 0.3.2

@@ -3,0 +7,0 @@

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

if (!tv4.validate(target_conf, {
required: ["user", "host", "repo", "path", "ref"]
type: 'object',
properties: {
user: {
type: 'string',
minLength: 1,
},
host: {
type: ['string', 'array'],
},
repo: {
type: 'string',
},
path: {
type: 'string',
},
ref: {
type: 'string',
},
},
required: ["host", "repo", "path", "ref"],
})) {

@@ -56,0 +75,0 @@ return cb(tv4.error);

2

package.json
{
"name": "pm2-deploy",
"version": "0.3.5",
"version": "0.3.6",
"description": "Deployment system for PM2",

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

Sorry, the diff of this file is not supported yet

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