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

pm2-mysql

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pm2-mysql - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

index.js

@@ -62,6 +62,1 @@ var pmx = require('pmx');

var queries = require('./lib/queries');
pmx.action('restart', function(reply) {
var child = shelljs.exec('/etc/init.d/redis-server restart');
return reply(child);
});

4

lib/queries.js

@@ -64,3 +64,3 @@ var pmx = require('pmx');

user : conf.module_conf.user,
password : conf.module_conf.password
password : conf.password
});

@@ -75,3 +75,3 @@

user : conf.module_conf.user,
password : conf.module_conf.password
password : conf.password
});

@@ -78,0 +78,0 @@ connection.connect(function(err){

{
"name": "pm2-mysql",
"version": "0.0.2",
"version": "0.0.3",
"description": "Mysql module",
"dependencies": {
"pmx" : "*",
"mysql" : "*",
"shelljs" : "*"
"mysql" : "*"
},

@@ -10,0 +9,0 @@ "config": {

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