Socket
Socket
Sign inDemoInstall

taskcluster-lib-api

Package Overview
Dependencies
Maintainers
9
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskcluster-lib-api - npm Package Compare versions

Comparing version 12.3.1 to 12.3.2

2

package.json
{
"name": "taskcluster-lib-api",
"version": "12.3.1",
"version": "12.3.2",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",

@@ -5,0 +5,0 @@ "description": "taskcluster-lib-api",

@@ -478,2 +478,2 @@ TaskCluster API

The taskcluster team has a series of [best practices](https://docs.taskcluster.net/manual/devel/best-practices) which may help guide you in modifying the source code and making a pull request.
The taskcluster team has a series of [best practices](/docs/manual/devel/best-practices) which may help guide you in modifying the source code and making a pull request.

@@ -69,4 +69,4 @@ const express = require('express');

// Check that required options are provided
assert(this.options.referenceBucket, '`referenceBucket` is required in order ot publish');
assert(this.options.aws, '`aws` is required in order ot publish');
assert(this.options.referenceBucket, '`referenceBucket` is required in order to publish');
assert(this.options.aws, '`aws` is required in order to publish');

@@ -73,0 +73,0 @@ // Create S3 object

@@ -188,3 +188,3 @@ const fs = require('fs');

// We hardcode taskcluster.net here because no other system uses baseUrl
baseUrl: libUrls.api('https://taskcluster.net', this.serviceName, this.version, ''),
baseUrl: `https://${this.serviceName}.taskcluster.net/${this.version}`,
serviceName: this.serviceName,

@@ -191,0 +191,0 @@ entries: this.entries.filter(entry => !entry.noPublish).map(entry => {

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