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

gofer

Package Overview
Dependencies
Maintainers
3
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 2.4.5 to 2.4.6

2

API.md

@@ -55,3 +55,3 @@

```js
MyService.registerEndpoints({
MyService.prototype.registerEndpoints({
simple: function(request) {

@@ -58,0 +58,0 @@ return function(cb) {

@@ -0,1 +1,8 @@

2.4.6
-----
* Update README URLs based on HTTP redirects - @ReadmeCritic
https://github.com/groupon/gofer/pull/52
* Update API.md - @g-patel
https://github.com/groupon/gofer/pull/51
2.4.5

@@ -2,0 +9,0 @@ -----

{
"name": "gofer",
"version": "2.4.5",
"version": "2.4.6",
"description": "A general purpose service client library for node.js",

@@ -5,0 +5,0 @@ "main": "lib/gofer.js",

@@ -6,3 +6,3 @@ # gofer

>
> — <cite>[Wikipedia: Gofer](http://en.wikipedia.org/wiki/Gofer)</cite>
> — <cite>[Wikipedia: Gofer](https://en.wikipedia.org/wiki/Gofer)</cite>

@@ -15,3 +15,3 @@ ```

The general design is meant to enforce a certain level of consistency in how the clients are configured and instrumented.
Uses [request](https://github.com/mikeal/request) to do the actual fetching.
Uses [request](https://github.com/request/request) to do the actual fetching.

@@ -77,3 +77,3 @@ **[API docs](/API.md)** •

* `start`: A service call is attempted
* `socketQueueing`: Waiting for a socket. See [`http.globalAgent.maxSockets`](http://nodejs.org/api/http.html#http_agent_maxsockets)
* `socketQueueing`: Waiting for a socket. See [`http.globalAgent.maxSockets`](https://nodejs.org/api/http.html#http_agent_maxsockets)
* `connect`: Connected to the remote host, transfer may start

@@ -80,0 +80,0 @@ * `fetchError`: A transport error occured (e.g. timeouts)

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