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.4.0 to 12.5.0

LICENSE

2

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

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

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

version: 0,
apiVersion: this.version || 'v1',
$schema: 'http://schemas.taskcluster.net/base/v1/api-reference.json#',

@@ -186,0 +187,0 @@ title: this.title,

@@ -74,2 +74,7 @@ {

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

@@ -196,3 +201,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.",

"type": "string",
"oneOf": [
"anyOf": [
{

@@ -199,0 +204,0 @@ "title": "Output Schema",

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