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

telnet-client

Package Overview
Dependencies
Maintainers
1
Versions
108
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 0.2.0 to 0.2.1

2

lib/telnet-client.js

@@ -223,5 +223,5 @@ // Node.js Telnet client

function regexEscape(string) {
return string.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
return string.toString().replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
}
module.exports = Telnet;

@@ -8,12 +8,10 @@ {

},
"version": "0.2.0",
"version": "0.2.1",
"main": "./lib/telnet-client.js",
"engine": "node >= 0.10.23",
"license": {
"type": "MIT"
},
"license": "MIT",
"devDependencies": {
"coveralls": "^2.11.2",
"jscoverage": "^0.5.9",
"nodeunit": ">= 0.9.0"
"coveralls": "^2.11.x",
"jscoverage": "^0.6.x",
"nodeunit": ">= 0.9.x"
},

@@ -20,0 +18,0 @@ "scripts": {

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