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
20
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

to
4.0.0

3

docs.md

@@ -247,3 +247,4 @@ # HttpTransport

defaults: {
timeout: 2000
json: true, // parses the response body as json
timeout: 2000 // sets timeout for each request
compress: true // support gzip/deflate content encoding. false to disable

@@ -250,0 +251,0 @@ }

@@ -257,4 +257,7 @@ 'use strict';

* @return a Promise. If the Promise fulfils,
* the fulfilment value is the response body. If the content-type response header contains 'json' or 'text',
* then the body type will be json or text respectively. Otherwise, the body will not be altered.
* the fulfilment value is the response body. The body type defaults to string.
* If the content-type response header contains 'json'
* or the json: true option has been set on transport layer
* then the body type will be json.
*
* @example

@@ -261,0 +264,0 @@ * const httpTransport = require('@bbc/http-transport');

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet