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

taskcluster-client

Package Overview
Dependencies
Maintainers
2
Versions
461
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

to
0.15.1

.vagrant/machines/default/virtualbox/action_provision

4

client.js

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

var Client = function(options) {
this._options = _.defaults(options || {}, {
this._options = _.defaults({}, options || {}, {
baseUrl: reference.baseUrl || '',

@@ -330,3 +330,3 @@ exchangePrefix: reference.exchangePrefix || ''

exports.config = function(options) {
_defaultOptions = _.defaults(options, _defaultOptions);
_defaultOptions = _.defaults({}, options, _defaultOptions);
};
{
"name": "taskcluster-client",
"version": "0.15.0",
"version": "0.15.1",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",

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

Sorry, the diff of this file is too big to display