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

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.7 to 1.5.8

3

lib/connection.js

@@ -629,2 +629,5 @@ // Generated by CoffeeScript 1.7.1

return function(message, port) {
if (_this.state === _this.STATE.FINAL) {
return;
}
if (message) {

@@ -631,0 +634,0 @@ return _this.emit('connect', ConnectionError(message, 'EINSTLOOKUP'));

2

package.json

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

],
"version": "1.5.7",
"version": "1.5.8",
"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