🎩 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.4
to
15.0.5
+2
-1
dist/source/core/index.d.ts

@@ -106,3 +106,3 @@ import { Duplex } from 'node:stream';

private _cancelTimeouts?;
private readonly _abortListenerDisposer?;
private _abortListenerDisposer?;
private _flushed;

@@ -127,2 +127,3 @@ private _aborted;

unpipe<T extends NodeJS.WritableStream>(destination: T): this;
private _attachAbortListener;
private _shouldIncrementallyDecodeBody;

@@ -129,0 +130,0 @@ private _checkContentLengthMismatch;

{
"name": "got",
"version": "15.0.4",
"version": "15.0.5",
"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