Socket
Socket
Sign inDemoInstall

nodejitsu-api

Package Overview
Dependencies
149
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.4 to 0.6.5

6

lib/client/users.js

@@ -33,3 +33,3 @@ 'use strict';

this.request({ uri: ['auth'] }, function (err, result) {
if (err) return callback(err)
if (err) return callback(err);
callback(err, result);

@@ -56,3 +56,3 @@ });

Users.prototype.available = function (username, callback) {
this.request({ uri: ['users', username, 'available'] }, callback);
this.request({ uri: ['users', encodeURIComponent(username), 'available'] }, callback);
};

@@ -70,3 +70,3 @@

}}, callback);
}
};

@@ -73,0 +73,0 @@ //

{
"name": "nodejitsu-api",
"version": "0.6.4",
"version": "0.6.5",
"description": "nodejitsu API client wrapper",

@@ -5,0 +5,0 @@ "keywords": ["nodejitsu", "nodejitsu-api"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc