New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

telnet-client

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telnet-client - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

4

lib/index.js

@@ -283,4 +283,6 @@ "use strict";

}
else if (!sendTimer)
else if (!sendTimer) {
this.socket.removeListener('data', sendHandler);
resolve(response);
}
};

@@ -287,0 +289,0 @@ this.socket.on('data', sendHandler);

@@ -8,3 +8,3 @@ {

},
"version": "2.0.6",
"version": "2.0.7",
"main": "./lib/index.js",

@@ -11,0 +11,0 @@ "types": "./lib/index.d.ts",

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