chrome-net
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -459,3 +459,4 @@ /** | ||
if (result < 0) { | ||
self.destroy(new Error('Socket ' + self.id + ' connect error ' + result)) | ||
self.destroy(new Error('Socket ' + self.id + ' connect error ' + result | ||
+ ': ' + chrome.runtime.lastError.message)) | ||
return | ||
@@ -462,0 +463,0 @@ } |
{ | ||
"name": "chrome-net", | ||
"description": "Use the Node `net` API in Chrome Apps", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
210025
6205