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 8.3.0 to 8.4.0

5

lib/api.js

@@ -817,2 +817,3 @@ 'use strict';

* schemaPrefix: "http://schemas..../queue/", // Prefix for all schemas
* name: serviceName (without `taskcluster-` prefix
* params: { // Patterns for URL params

@@ -843,2 +844,3 @@ * param1: /.../, // Reg-exp pattern

context: [],
apiVersion: 'v1',
errorCodes: {}

@@ -1130,3 +1132,4 @@ });

baseUrl: options.baseUrl,
name: this._options.name,
serviceName: this._options.name,
apiVersion: this._options.apiVersion,
entries: _.concat(this._entries, [ping]).filter(function (entry) {

@@ -1133,0 +1136,0 @@ return !entry.noPublish;

17

lib/schemas/api-reference.json

@@ -69,4 +69,12 @@ {

"description": "API reference version",
"const": 0
"type": "integer",
"enum": [
0
]
},
"apiVersion": {
"description": "Version of the API",
"type": "string",
"pattern": "^v[0-9]+$"
},
"$schema": {

@@ -91,3 +99,3 @@ "description": "Link to schema for this reference. That is a link to this very document. Typically used to identify what kind of reference this file is.",

},
"name": {
"serviceName": {
"description": "Name of service for automation. Will be consumed by client generators to produce URLs",

@@ -236,5 +244,6 @@ "type": "string",

"baseUrl",
"name",
"entries"
"serviceName",
"entries",
"apiVersion"
]
}
{
"name": "taskcluster-lib-api",
"version": "8.3.0",
"version": "8.4.0",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",

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

Sorry, the diff of this file is not supported yet

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