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

taskcluster-client

Package Overview
Dependencies
Maintainers
1
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.0.0-alpha.1 to 0.1.0

8

exchange.js

@@ -16,3 +16,3 @@ /**

*/
exports.QUEUE_TASK_PENDING = 'v1/queue:task-pending';
exports.QUEUE_TASK_PENDING = 'queue/v1/task-pending';

@@ -24,3 +24,3 @@ /**

*/
exports.QUEUE_TASK_RUNNING = 'v1/queue:task-running';
exports.QUEUE_TASK_RUNNING = 'queue/v1/task-running';

@@ -31,3 +31,3 @@ /**

*/
exports.QUEUE_TASK_COMPLETED = 'v1/queue:task-completed';
exports.QUEUE_TASK_COMPLETED = 'queue/v1/task-completed';

@@ -38,3 +38,3 @@ /**

*/
exports.QUEUE_TASK_FAILED = 'v1/queue:task-failed';
exports.QUEUE_TASK_FAILED = 'queue/v1/task-failed';

@@ -41,0 +41,0 @@ /**

{
"name": "taskcluster-client",
"version": "0.0.0-alpha.1",
"version": "0.1.0",
"description": "mozilla taskcluster client",

@@ -5,0 +5,0 @@ "main": "index.js",

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