Socket
Socket
Sign inDemoInstall

tedious

Package Overview
Dependencies
Maintainers
4
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tedious - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

8

lib/connection.js

@@ -373,4 +373,8 @@ // Generated by CoffeeScript 1.7.1

(_base2 = this.config.options).connectTimeout || (_base2.connectTimeout = DEFAULT_CONNECT_TIMEOUT);
(_base3 = this.config.options).requestTimeout || (_base3.requestTimeout = DEFAULT_CLIENT_REQUEST_TIMEOUT);
(_base4 = this.config.options).cancelTimeout || (_base4.cancelTimeout = DEFAULT_CANCEL_TIMEOUT);
if ((_base3 = this.config.options).requestTimeout == null) {
_base3.requestTimeout = DEFAULT_CLIENT_REQUEST_TIMEOUT;
}
if ((_base4 = this.config.options).cancelTimeout == null) {
_base4.cancelTimeout = DEFAULT_CANCEL_TIMEOUT;
}
(_base5 = this.config.options).packetSize || (_base5.packetSize = DEFAULT_PACKET_SIZE);

@@ -377,0 +381,0 @@ (_base6 = this.config.options).tdsVersion || (_base6.tdsVersion = DEFAULT_TDS_VERSION);

@@ -33,3 +33,3 @@ {

],
"version": "1.5.6",
"version": "1.5.7",
"main": "./lib/tedious.js",

@@ -36,0 +36,0 @@ "repository": {

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