devtools-connection
Advanced tools
Comparing version 0.0.10-rc1 to 0.0.10-rc2
{ | ||
"name": "devtools-connection", | ||
"version": "0.0.10-rc1", | ||
"version": "0.0.10-rc2", | ||
"description": "DevTools HTML Connection Logic", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
const promise = require("./utils/promise"); | ||
const EventEmitter = require("./utils/event-emitter-2"); | ||
const EventEmitter = require("./utils/event-emitter"); | ||
const { DebuggerClient } = require("./debugger/client"); | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248560