Socket
Socket
Sign inDemoInstall

mssql

Package Overview
Dependencies
95
Maintainers
4
Versions
166
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-alpha.4 to 7.0.0-beta.1

1

CHANGELOG.txt

@@ -5,2 +5,3 @@ v7.0.0 (2021-??-??)

[change] Updated to latest Tedious 9
[change] Updated to support latest msnodesqlv8 v2 ([#1157](https://github.com/tediousjs/node-mssql/pull/1157))
[change] Piped streams no longer have errors forwarded on to them ([#1028](https://github.com/tediousjs/node-mssql/pull/1028))

@@ -7,0 +8,0 @@ [change] tedious config option `trustServerCertificate` defaults to `false` if not supplied ([#1030](https://github.com/tediousjs/node-mssql/pull/1030))

@@ -286,2 +286,11 @@ 'use strict'

let previous
if (errors.length) {
previous = errors.pop()
if (!err.precedingErrors) {
err.precedingErrors = []
}
err.precedingErrors.push(previous)
}
hasReturned = true

@@ -288,0 +297,0 @@ callback(err)

2

package.json

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

],
"version": "7.0.0-alpha.4",
"version": "7.0.0-beta.1",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc