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.19 to 0.0.20

4

package.json
{
"name": "node-red-node-mysql",
"version": "0.0.19",
"version": "0.0.20",
"description": "A Node-RED node to read and write to a MySQL database",
"dependencies": {
"mysql": "^2.17.1"
"mysql": "^2.18.1"
},

@@ -8,0 +8,0 @@ "repository": {

@@ -8,5 +8,5 @@ node-red-node-mysql

Run the following command in your Node-RED user directory - typically `~/.node-red`
Either use the `Node-RED Menu - Manage Palette - Install`, or run the following command in your Node-RED user directory - typically `~/.node-red`
npm install node-red-node-mysql
npm i node-red-node-mysql

@@ -21,3 +21,3 @@

By it's very nature it allows SQL injection... so <i>be careful out there...</i>
By its very nature it allows SQL injection... so <i>be careful out there...</i>

@@ -24,0 +24,0 @@ The `msg.topic` must hold the <i>query</i> for the database, and the result is returned in `msg.payload`.

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