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

@rbbn/distant-protocol

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbbn/distant-protocol

The Distant protocol definition.

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

title: Distant Protocol notes: To view this markdown file properly, it is suggested you view it in VSCode using the markdown-preview-enhanced add-on.

Distant Protocol

This package holds the distant protobuf protocol definition. It's meant as a central repository that dependents can link to as a single place for the protocol.

The protocol file is here: distant.proto

Usage

JavaScript

Install using npm:

npm install @distant/distant-protocol

or yarn:

yarn add @distant/distant-protocol

Use the package like so:

import {distant as distantProtocol} from '@distant/distant-protocol

function useProtocol() {
  // Use the protocol ...
  distantProtocol.SessionStart.create({start: { id: 1, targetUrl: 'http://example.org'}})

}

Development

After modifying the protocol, you will need to run yarn build in order to update code-generated source code.

FAQs

Package last updated on 13 Sep 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

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