Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.0-beta-4 to 1.0.0-beta-5

2

68-mysql.js

@@ -44,3 +44,3 @@

multipleStatements: true,
connectionLimit: 50,
connectionLimit: RED.settings.mysqlConnectionLimit || 50,
connectTimeout: 30000,

@@ -47,0 +47,0 @@ charset: node.charset,

{
"name": "node-red-node-mysql",
"version": "1.0.0-beta-4",
"version": "1.0.0-beta-5",
"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