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

chrome-remote-debugging-protocol

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-remote-debugging-protocol - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

src/api.js

6

index.js
const {
WebSocketConnection,
InspectorBackend
} = require("./api");
} = require("./src/api");
const defer = require("./util/defer");
const bootstrap = require("./bootstrap");
const defer = require("./src/util/defer");
const bootstrap = require("./src/bootstrap");

@@ -9,0 +9,0 @@ function onConnect(connection) {

{
"name": "chrome-remote-debugging-protocol",
"version": "0.0.9",
"version": "0.0.10",
"description": "API for interacting with chrome's remote debugger protocol",

@@ -13,6 +13,7 @@ "main": "index.js",

"files": [
"bin"
"bin",
"src"
],
"author": "",
"author": "Jason Laster",
"license": "ISC"
}
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