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

taskcluster-client

Package Overview
Dependencies
Maintainers
2
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskcluster-client - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

11

client_test.js

@@ -13,1 +13,12 @@ var queue = require('./client').queue;

};
exports.test_getAMQPConnectionString = function(test) {
test.expect(1);
queue.getAMQPConnectionString().then(function(result) {
test.ok(result.url);
test.done();
}).catch(function() {
test.ok(false);
test.done();
});
};

4

client.js

@@ -130,5 +130,5 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

*
* Example: `Client.auth({clientId: '...', accessToken: '...'});`
* Example: `Client.authenticate({clientId: '...', accessToken: '...'});`
*/
Client.auth = function(credentials) {
Client.authenticate = function(credentials) {
if (credentials) {

@@ -135,0 +135,0 @@ _defaultCredentials = {

{
"name": "taskcluster-client",
"version": "0.4.2",
"version": "0.4.3",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Client for interfacing taskcluster components",

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