https-client
Advanced tools
+1
-1
| { | ||
| "name": "https-client", | ||
| "version": "1.3.5", | ||
| "version": "1.3.6", | ||
| "description": "Simple REST client for `node.js` `https` module. Adds retries and timeout support to `https` module.", | ||
@@ -5,0 +5,0 @@ "author": "Will Tesler", |
@@ -231,3 +231,3 @@ module.exports = class HttpsClient { | ||
| let responseStr = response; | ||
| const serverError = new Error(); | ||
| const serverError = new Error(`Received not OK status code with call to ${host}${path}`); | ||
| serverError.statusCode = statusCode; | ||
@@ -234,0 +234,0 @@ if (typeof response === 'string') { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
10935
0.52%