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

gofer

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gofer - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 3.1.0
* Echo back the url in res.url - **[@jkrems](https://github.com/jkrems)** [#60](https://github.com/groupon/gofer/pull/60)
- [`bbb0e6d`](https://github.com/groupon/gofer/commit/bbb0e6d7c0ad5c9909c7cdeb467d088ed2bec8ff) **feat:** Echo back the url in res.url
### 3.0.1

@@ -2,0 +8,0 @@

1

lib/fetch.browser.js

@@ -168,2 +168,3 @@ /*

headers: { get: getCachedHeaders },
url: { value: url },
});

@@ -170,0 +171,0 @@

4

lib/request.js

@@ -100,2 +100,3 @@ /*

var setHost = options.setHost;
var fullUrl = buildFullUrl(options);
options.setHost = false;

@@ -146,3 +147,3 @@

res_.statusCode, options.minStatusCode, options.maxStatusCode,
res_.headers, options.method, buildFullUrl(options));
res_.headers, options.method, fullUrl);
res_.rawBody()

@@ -164,2 +165,3 @@ .then(parseErrorBody)

res_ = Object.defineProperties(res, resProperties);
res_.url = fullUrl;
res_.on('error', failAndAbort);

@@ -166,0 +168,0 @@

{
"name": "gofer",
"version": "3.0.1",
"version": "3.1.0",
"description": "A general purpose service client library",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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