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

tedious

Package Overview
Dependencies
Maintainers
1
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 0.1.4 to 0.1.5

.idea/.name

5

lib/connection.js

@@ -476,2 +476,7 @@ // Generated by CoffeeScript 1.6.2

this.debug.log(message);
if (this.state === this.STATE.CONNECTING) {
this.emit('connect', message);
} else {
this.emit('errorMessage', message);
}
return this.dispatchEvent('socketError', error);

@@ -478,0 +483,0 @@ };

3

lib/request.js

@@ -24,3 +24,4 @@ // Generated by CoffeeScript 1.6.2

} else {
return this.userCallback.apply(this, arguments);
this.userCallback.apply(this, arguments);
return this.emit('requestCompleted');
}

@@ -27,0 +28,0 @@ };

@@ -27,3 +27,3 @@ {

],
"version": "0.1.4",
"version": "0.1.5",
"main": "./lib/tedious.js",

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

@@ -16,3 +16,3 @@ Tedious (node implementation of TDS)

------
Current version: v0.1.3
Current version: v0.1.5

@@ -19,0 +19,0 @@ Coming soon

Sorry, the diff of this file is not supported yet

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