Socket
Socket
Sign inDemoInstall

tcp-client

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcp-client - npm Package Compare versions

Comparing version 1.0.9 to 1.1.5

12

index.js

@@ -6,17 +6,5 @@ var Client = require('./lib')

}
console.log('TCP-CONEXION')
var options ={}
options.ip="172.18.20.166"
options.port=9098
options.timeout=5000
//console.log(options)
cliente = new Client(options)
cliente.request('03100700000000000000000205201616:08:15.182 002', function(err,result){
if(err) console.log(err)
console.log(result)
})
module.exports = {
createClient: createClient
}

2

package.json
{
"name": "tcp-client",
"version": "1.0.9",
"version": "1.1.5",
"description": "small client tcp",

@@ -5,0 +5,0 @@ "main": "index.js",

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