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

node-red-contrib-connectionmanager

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-connectionmanager - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

connectionManager/connection-manager.js

@@ -761,5 +761,5 @@ const logger = new (require("node-red-contrib-logger"))("Connection Manager");

translateSQL:function(sql) {
return sql.split('?').reduce((a,c,i)=>a+="$"+(i+1)+c);;
return sql.split('?').reduce((a,c,i)=>a+="$"+i+c);
}
})
};
{
"name": "node-red-contrib-connectionmanager",
"version": "0.0.5",
"version": "0.0.6",
"description": "Node-RED implements generalised connections manager.",

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

@@ -130,3 +130,3 @@ # [node-red-contrib-connectionmanager][2]

0.0.5 fix bug with postgresql when parameters > 9.
0.0.6 fix bug with postgresql when parameters > 9.

@@ -133,0 +133,0 @@ 0.0.4 fix bug on statement.

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