clients icon indicating copy to clipboard operation
clients copied to clipboard

HttpClient, StringClient, and JsonClient extracted from restify

Results 33 clients issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

npm install emits the warning: npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic....

Hello everyone, Sorry if this was ever raised before but I couldn't find any obviously similar issues. So, in one of our NodeJS applications using restify with restify-clients we can...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

For issue #212 allowing for redirects that go to another server. This may not be the best approach, as I'm still quite new to node, but this fix solves the...

As part of revving dependencies, I discovered a regression in JSONClient. I'm not sure when it happened, it looks like the tests were not even checking for the right thing....

Carries #95 over the finish line - would like to get input from the peanut gallery. This should dove tail nicely with our metrics needs as well.

- Add promise interface to `StringClient` and `JsonClient`

restify-clients: 4.0.0 node: 14.15.0 The following code hangs without printing called in node v14.15.0. Works in v12.14.0 ```javascript const http = require('http') const restifyClients = require('restify-clients') const sleep = require('util').promisify(setTimeout)...

Several tests failing on Node.js v14. Need to check if the tests are incompatible or if the package is incompatible. I'm disabling Travis for `current` for now.