ringpop-admin
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -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", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
117726
2