Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mssql

Package Overview
Dependencies
Maintainers
4
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mssql - npm Package Compare versions

Comparing version 9.0.1 to 9.1.0

25

lib/base/connection-pool.js

@@ -117,2 +117,5 @@ 'use strict'

case 'authentication':
Object.assign(config.authentication, {
type: value
})
break

@@ -137,2 +140,12 @@ case 'column encryption setting':

break
case 'client id':
Object.assign(config.authentication.options, {
clientId: value
})
break
case 'client secret':
Object.assign(config.authentication.options, {
clientSecret: value
})
break
case 'current language':

@@ -227,2 +240,12 @@ Object.assign(config.options, {

break
case 'tenant id':
Object.assign(config.authentication.options, {
tenantId: value
})
break
case 'token':
Object.assign(config.authentication.options, {
token: value
})
break
case 'transaction binding':

@@ -284,3 +307,3 @@ Object.assign(config.options, {

return config
}, { options: {}, pool: {} })
}, { authentication: { options: {} }, options: {}, pool: {} })
}

@@ -287,0 +310,0 @@

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ MIT License

2

package.json

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

],
"version": "9.0.1",
"version": "9.1.0",
"main": "index.js",

@@ -27,0 +27,0 @@ "repository": "github:tediousjs/node-mssql",

Sorry, the diff of this file is too big to display

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