chrome-remote-interface
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -225,3 +225,3 @@ #!/usr/bin/env node | ||
function version(args, options) { | ||
function version(options) { | ||
Chrome.Version(options, function (err, info) { | ||
@@ -228,0 +228,0 @@ if (err) { |
@@ -12,3 +12,3 @@ { | ||
"homepage": "https://github.com/cyrus-and/chrome-remote-interface", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"repository": { | ||
@@ -25,3 +25,3 @@ "type": "git", | ||
"dependencies": { | ||
"ws": "1.x.x", | ||
"ws": "1.1.x", | ||
"commander": "2.1.x" | ||
@@ -38,4 +38,4 @@ }, | ||
"devDependencies": { | ||
"mocha": "3.x.x", | ||
"eslint": "3.x.x" | ||
"mocha": "3.1.x", | ||
"eslint": "3.9.x" | ||
}, | ||
@@ -42,0 +42,0 @@ "scripts": { |
@@ -60,9 +60,12 @@ chrome-remote-interface [![Build Status](https://travis-ci.org/cyrus-and/chrome-remote-interface.svg?branch=master)](https://travis-ci.org/cyrus-and/chrome-remote-interface) | ||
[1.1]: https://www.chromium.org/ | ||
[1.1]: #chromechromium | ||
[1.2]: https://chromedevtools.github.io/debugger-protocol-viewer/tot/ | ||
[2.1]: https://www.microsoft.com/windows/microsoft-edge | ||
[2.1]: #edge | ||
[2.2]: https://github.com/Microsoft/edge-diagnostics-adapter/wiki/Supported-features-and-API | ||
[3.1]: https://nodejs.org/ | ||
[3.1]: #nodejs | ||
[3.2]: https://chromedevtools.github.io/debugger-protocol-viewer/v8/ | ||
[4.1]: https://www.apple.com/safari/ | ||
[4.1]: #safari-ios | ||
[4.2]: http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/inspector/protocol | ||
@@ -69,0 +72,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
725
601662
Updatedws@1.1.x