New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bbc/http-transport

Package Overview
Dependencies
Maintainers
21
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bbc/http-transport - npm Package Compare versions

Comparing version 4.4.3 to 4.4.4

12

index.d.ts

@@ -109,2 +109,6 @@ import * as fetch from 'node-fetch';

type AsResponse<ResponseType, BodyType> = ResponseType & {
body: BodyType
}
export declare class HttpTransportClient<

@@ -136,4 +140,8 @@ ContextCurrent extends Context = Context

retryDelay(retryDelay: number): HttpTransportClient<ContextCurrent>;
asBody(): Promise<ContextCurrent["res"]["body"]>;
asResponse(): Promise<ContextCurrent["res"]>;
asBody<ResponseBody = ContextCurrent["res"]["body"]>(): Promise<
ResponseBody
>;
asResponse<ResponseBody = ContextCurrent["res"]["body"]>(): Promise<
AsResponse<ContextCurrent["res"], ResponseBody>
>;
}

@@ -140,0 +148,0 @@

2

package.json
{
"name": "@bbc/http-transport",
"version": "4.4.3",
"version": "4.4.4",
"description": "A flexible, modular REST client built for ease-of-use and resilience.",

@@ -5,0 +5,0 @@ "main": "index.js",

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