New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

supra-http

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supra-http - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

10

dist/http.js

@@ -40,7 +40,2 @@ "use strict";

let timeoutRef;
if (options.timeout) {
timeoutRef = setTimeout(() => {
request.abort();
}, options.timeout);
}
const request = requestProvider.client.request(options, response => {

@@ -58,2 +53,7 @@ clearTimeout(timeoutRef);

});
if (options.timeout) {
timeoutRef = setTimeout(() => {
request.abort();
}, options.timeout);
}
request

@@ -60,0 +60,0 @@ .on('error', e => {

{
"name": "supra-http",
"version": "1.3.3",
"version": "1.3.4",
"description": "Circuit breaking http client for NodeJs. And it is fast...",

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

Sorry, the diff of this file is not supported yet

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