Socket
Socket
Sign inDemoInstall

@tracerbench/protocol-connection

Package Overview
Dependencies
4
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tracerbench/protocol-connection

Adapts a message transport into a [devtools protocol](https://chromedevtools.github.io/devtools-protocol/) connection.


Version published
Weekly downloads
1.7K
decreased by-93.65%
Maintainers
3
Install size
189 kB
Created
Weekly downloads
 

Readme

Source

@tracerbench/protocol-connection

Adapts a message transport into a devtools protocol connection.

This peer depends on devtools-protocol which defines the typing of events, requests, and responses of the devtools protocol.

API

export default function newProtocolConnection(
  attach: AttachMessageTransport,
  newEventEmitter: NewEventEmitter,
  debug: DebugCallback,
): ProtocolConnection;

The types are declared in types.d.ts

FAQs

Last updated on 28 Jun 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc