🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

got

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

got - npm Package Compare versions

Comparing version
15.0.5
to
15.0.6
+2
-0
dist/source/core/options.d.ts

@@ -704,2 +704,4 @@ import { checkServerIdentity, type SecureContextOptions, type DetailedPeerCertificate } from 'node:tls';

When pagination navigates to a different origin, Got strips inherited sensitive headers such as `authorization`, `cookie`, and `proxy-authorization`. If you trust the next-page URL and want to forward a sensitive header, return it explicitly from `pagination.paginate(...)`.
@example

@@ -706,0 +708,0 @@ ```

+1
-1
{
"name": "got",
"version": "15.0.5",
"version": "15.0.6",
"description": "Human-friendly and powerful HTTP request library for Node.js",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display