Socket
Socket
Sign inDemoInstall

mssql

Package Overview
Dependencies
134
Maintainers
4
Versions
166
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.3.0 to 9.3.1

2

lib/msnodesqlv8/connection-pool.js

@@ -27,3 +27,3 @@ 'use strict'

Driver: CONNECTION_DRIVER,
Server: this.config.options.instanceName ? `${this.config.server}\\${this.config.instanceName}` : `${this.config.server},${this.config.port}`,
Server: this.config.options.instanceName ? `${this.config.server}\\${this.config.options.instanceName}` : `${this.config.server},${this.config.port}`,
Database: this.config.database,

@@ -30,0 +30,0 @@ Uid: this.config.user,

@@ -24,3 +24,3 @@ {

],
"version": "9.3.0",
"version": "9.3.1",
"main": "index.js",

@@ -35,3 +35,3 @@ "repository": "github:tediousjs/node-mssql",

"tarn": "^3.0.2",
"tedious": "^15.0.1"
"tedious": "^16.4.0"
},

@@ -38,0 +38,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc