telnet-stream
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
// Generated by CoffeeScript 2.6.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ // telnetInput.coffee |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
// Generated by CoffeeScript 2.6.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ // telnetOutput.coffee |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
// Generated by CoffeeScript 2.6.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ // telnetSocket.coffee |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
// Generated by CoffeeScript 2.6.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ // telnetStream.coffee |
{ | ||
"name": "telnet-stream", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "TELNET protocol support library", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
], | ||
"main": "telnet-stream", | ||
"main": "index.js", | ||
"repository": { | ||
@@ -44,5 +44,5 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/node": "14.14.21", | ||
"coffeescript": "2.5.1", | ||
"mocha": "8.2.1", | ||
"@types/node": "17.0.4", | ||
"coffeescript": "2.6.1", | ||
"mocha": "9.1.3", | ||
"nyc": "15.1.0", | ||
@@ -49,0 +49,0 @@ "should": "13.2.3" |
@@ -420,3 +420,3 @@ # telnet-stream | ||
The default of 8K should sufficient for most use-cases. | ||
The default of 8K should be sufficient for most use-cases. | ||
@@ -546,3 +546,3 @@ #### errorPolicy | ||
The source files are located in `src/main/coffee`. | ||
The source files are located in `src/main/coffee`. | ||
The test source files are located in `src/test/coffee`. | ||
@@ -549,0 +549,0 @@ |
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
1
85144
10
699