Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

urllib

Package Overview
Dependencies
Maintainers
12
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urllib - npm Package Compare versions

Comparing version 3.23.0 to 3.24.0

3

dist/commonjs/HttpClient.js

@@ -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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc