🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@docker/extension-api-client

Package Overview
Dependencies
Maintainers
9
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docker/extension-api-client

The official frontend API client for Docker Desktop extensions

0.3.4
latest
npm
Version published
Weekly downloads
1.6K
28.09%
Maintainers
9
Weekly downloads
 
Created
Source

@docker/extension-api-client

This package provides a client object that Docker Desktop extensions can use in their frontends to communicate with the wider application.

The full extensions SDK is in pre-release status, and currently only available to a limited set of partners. This package will be updated to link to the public SDK in a future version.

Installation

npm install @docker/extension-api-client

Example usage

import { createDockerDesktopClient } from '@docker/extension-api-client';

const ddClient = createDockerDesktopClient();

ddClient.desktopUI.toast.success('My extension works!');

Keywords

docker

FAQs

Package last updated on 30 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts