Comparing version 3.23.0 to 3.24.0
@@ -71,3 +71,3 @@ "use strict"; | ||
} | ||
exports.HEADER_USER_AGENT = (0, default_user_agent_1.default)('node-urllib', '3.23.0'); | ||
exports.HEADER_USER_AGENT = (0, default_user_agent_1.default)('node-urllib', '3.24.0'); | ||
function getFileName(stream) { | ||
@@ -583,2 +583,3 @@ const filePath = stream.path; | ||
} | ||
debug('Request#%d got response, status: %s, headers: %j, timing: %j', requestId, res.status, res.headers, res.timing); | ||
channels.response.publish({ | ||
@@ -585,0 +586,0 @@ request: reqMeta, |
@@ -65,3 +65,3 @@ import diagnosticsChannel from 'node:diagnostics_channel'; | ||
} | ||
export const HEADER_USER_AGENT = createUserAgent('node-urllib', '3.23.0'); | ||
export const HEADER_USER_AGENT = createUserAgent('node-urllib', '3.24.0'); | ||
function getFileName(stream) { | ||
@@ -577,2 +577,3 @@ const filePath = stream.path; | ||
} | ||
debug('Request#%d got response, status: %s, headers: %j, timing: %j', requestId, res.status, res.headers, res.timing); | ||
channels.response.publish({ | ||
@@ -579,0 +580,0 @@ request: reqMeta, |
{ | ||
"name": "urllib", | ||
"version": "3.23.0", | ||
"version": "3.24.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "tag": "latest" |
@@ -670,2 +670,4 @@ import diagnosticsChannel from 'node:diagnostics_channel'; | ||
debug('Request#%d got response, status: %s, headers: %j, timing: %j', | ||
requestId, res.status, res.headers, res.timing); | ||
channels.response.publish({ | ||
@@ -672,0 +674,0 @@ request: reqMeta, |
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
220675
4741