Comparing version 0.9.3 to 0.9.4
@@ -455,3 +455,3 @@ 'use strict'; | ||
var agent = req.agent; | ||
if (typeof agent.protocol === 'string') return agent.protocol; | ||
if (agent && typeof agent.protocol === 'string') return agent.protocol; | ||
var ctor = socket.constructor && socket.constructor.name; | ||
@@ -458,0 +458,0 @@ return ctor === 'CleartextStream' ? 'https:' : 'http:'; |
{ | ||
"name": "wtfnode", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Utility to help find out why Node isn't exiting", | ||
@@ -28,3 +28,6 @@ "repository": { | ||
"source-map-support": "^0.5.19" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.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
37189