New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-node-mysql

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-mysql - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

7

68-mysql.js

@@ -22,4 +22,4 @@

node.connection.query("SELECT version();", [], function(err, rows) {
node.connection.release();
if (err) {
node.connection.release();
node.error(err);

@@ -90,2 +90,3 @@ node.status({fill:"red",shape:"ring",text:"Bad Ping"});

node.connected = false;
node.connection.release();
node.emit("state"," ");

@@ -129,4 +130,5 @@ node.pool.end(function (err) { done(); });

if (err) {
status = {fill:"red",shape:"ring",text:"Error: "+err.code};
node.status(status);
node.error(err,msg);
status = {fill:"red",shape:"ring",text:"Error"};
}

@@ -140,2 +142,3 @@ else {

status = {fill:"green",shape:"dot",text:"OK"};
node.status(status);
}

@@ -142,0 +145,0 @@ });

{
"name": "node-red-node-mysql",
"version": "0.0.20",
"version": "0.0.21",
"description": "A Node-RED node to read and write to a MySQL database",

@@ -5,0 +5,0 @@ "dependencies": {

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