New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ringpop-admin

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ringpop-admin - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

4

lib/admin-client.js

@@ -44,7 +44,7 @@ // Copyright (c) 2015 Uber Technologies, Inc.

AdminClient.prototype.join = function join(host, callback) {
this.request(host, '/admin/join', null, null, callback);
this.request(host, '/admin/member/join', null, null, callback);
};
AdminClient.prototype.leave = function leave(host, callback) {
this.request(host, '/admin/leave', null, null, callback);
this.request(host, '/admin/member/leave', null, null, callback);
};

@@ -51,0 +51,0 @@

@@ -8,3 +8,3 @@ {

"repository": "git://github.com/uber/ringpop-admin.git",
"version": "0.12.1",
"version": "0.12.2",
"bin": {

@@ -11,0 +11,0 @@ "ringpop-admin": "./ringpop-admin.js",

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