New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

chrome-remote-debugger-client

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

chrome-remote-debugger-client

The Chrome Remote Debugger client for Page.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Chrome Remote Debugger Client

The Chrome Remote Debugger client for Page.

Install

ESM and CJS need install:

    yarn add chrome-remote-debugger-client
  • ESM:
    import CRD from 'chrome-remote-debugger-client'
  • CJS
    const CRD = require('chrome-remote-debugger-client')
  • UMD
    <script type="text/javascript" src="crd.umd.min.js"></script>

Usage

Creating a class instance and init:

    new CRD([options]).init()

SDK Options

  • pid: Page unique identification, generate autoing when no setting

  • wsOrigin: Be registered server address, include host and port. Generate by local host when no setting. Also, using a query param wsOrigin cover this setting. For example: http://10.253.32.115:9222/test/demo.html?wsOrigin=10.253.32.115:9222

FAQs

Package last updated on 02 Aug 2021

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