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

node-thrift-service

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

node-thrift-service - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

lib/server.js

@@ -85,2 +85,3 @@ /**

self._id = self._host + ':' + self._port;
return null;
})

@@ -101,2 +102,3 @@ .then(() => {

}
return null;
}).then(() => {

@@ -172,3 +174,3 @@

// public
this._publish(alias,
return this._publish(alias,
{host: this._host, port: this._port, actions: checks}, utils.TTL

@@ -182,2 +184,3 @@ ).catch((err) => {

}
return null;
});

@@ -184,0 +187,0 @@ }

2

package.json
{
"name": "node-thrift-service",
"version": "1.0.2",
"version": "1.0.3",
"description": "use redis/zookeeper to publish thrift service, manage thrift server/client",

@@ -5,0 +5,0 @@ "author": "zzxun <xtkml.g@gmail.com>",

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