telnet-client
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
15183
7
220