New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-red-node-mssql

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-mssql - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+1
-1
package.json
{
"name": "node-red-node-mssql",
"version": "0.0.1",
"version": "0.0.2",
"description": "A Node-RED node to read and write to a mssql database",

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

@@ -1,4 +0,4 @@

node-red-node-mysql
node-red-node-mssql
========================
A <a href="http://nodered.org" target="_new">Node-RED</a> node to read and write to a MySQL database.
A <a href="http://nodered.org" target="_new">Node-RED</a> node to read and write to a mssql database.

@@ -10,3 +10,3 @@ Install

npm install node-red-node-mysql
npm install node-red-node-mssql

@@ -17,3 +17,3 @@

Allows basic access to a MySQL database.
Allows basic access to a mssql database.

@@ -31,2 +31,2 @@ This node uses the <b>query</b> operation against the configured database. This does allow both INSERTS and DELETES.

The reconnect retry timeout in milliseconds can be changed by adding a line to <b>settings.js</b>
<pre>mysqlReconnectTime: 30000,</pre></p>
<pre>mssqlReconnectTime: 30000,</pre></p>