chrome-remote-debugging-protocol
Advanced tools
Comparing version 0.0.9 to 0.0.10
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" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
106787
6
1602
2