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.2 to 1.5.3

6

lib/connection.js

@@ -395,3 +395,3 @@ // Generated by CoffeeScript 1.7.1

} else if (this.config.options.port) {
if (this.config.options.port < 0 || this.config.options.port >  65536) {
if (this.config.options.port < 0 || this.config.options.port > 65536) {
throw new RangeError("Port should be > 0 and < 65536");

@@ -626,3 +626,3 @@ }

};
})(this));
})(this), this.config.options.connectTimeout);
}

@@ -634,3 +634,2 @@ };

this.socket = new Socket({});
this.socket.setKeepAlive(true, KEEP_ALIVE_INITIAL_DELAY);
connectOpts = {

@@ -743,2 +742,3 @@ host: this.config.server,

Connection.prototype.socketConnect = function() {
this.socket.setKeepAlive(true, KEEP_ALIVE_INITIAL_DELAY);
this.closed = false;

@@ -745,0 +745,0 @@ this.debug.log("connected to " + this.config.server + ":" + this.config.options.port);

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

],
"version": "1.5.2",
"version": "1.5.3",
"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