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
3
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.3

2

package.json
{
"name": "taskcluster-client",
"version": "0.15.2",
"version": "0.15.3",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",

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

@@ -184,2 +184,14 @@ # TaskCluster Client [![Build Status](https://travis-ci.org/taskcluster/taskcluster-client.svg?branch=master)](https://travis-ci.org/taskcluster/taskcluster-client)

### Methods in `taskcluster.index`
```js
// Create index client instance with default baseUrl:
// - https://index.taskcluster.net/v1
var index = new taskcluster.index(options);
```
* `index.find(namespace) : result`
* `index.listNamespaces(namespace, payload) : result`
* `index.listTasks(namespace, payload) : result`
* `index.insert(namespace, payload) : result`
* `index.ping() : void`
### Exchanges in `taskcluster.QueueEvents`

@@ -186,0 +198,0 @@ ```js

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

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