Socket
Book a DemoInstallSign in
Socket

vscode-server-connector-api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-server-connector-api

[![Build Status](https://travis-ci.org/redhat-developer/vscode-server-connector-api.svg?branch=master)](https://travis-ci.org/redhat-developer/vscode-server-connector-api) [![NPM version](https://img.shields.io/npm/v/vscode-server-connector-api.svg)](http

latest
Source
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

vscode-server-connector-api

Build Status NPM version

A simple shared library for the vscode-server-connector and any extensions to it to provide a shared API between the two.

See the RSP repo for further details about RSP. See the VSCode server connector repo for more details about the server connector.

Installing

npm i vscode-server-connector-api

Running unit tests

Unit tests (if any exist) are located in test. To run all unit tests:

npm run test

publish

To publish our module, run the command

npm publish

Build

npm run build

Keywords

runtime

FAQs

Package last updated on 02 Jul 2020

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