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

telnet-stream

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telnet-stream - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

2

lib/telnetInput.js

@@ -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 @@

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