Comparing version 6.5.0 to 6.5.1
@@ -95,2 +95,6 @@ "use strict"; | ||
req.on('upgrade', (res, socket, upgradeHead) => { | ||
defered.resolve({res, socket, upgradeHead}); | ||
}); | ||
req.on('finish', function() { | ||
@@ -97,0 +101,0 @@ // query has been sent, now we can wait for timeout |
{ | ||
"name": "nyks", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"description": "nodejs exupery style", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
73157
1963