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.4 to 1.4.0

3

dist/http.js

@@ -79,2 +79,5 @@ "use strict";

};
if (typeof options.followRedirect === "boolean") {
mergedOptions.followRedirect = options.followRedirect;
}
if (options.httpTimeout) {

@@ -81,0 +84,0 @@ mergedOptions.timeout = options.httpTimeout;

@@ -8,2 +8,3 @@ /// <reference types="node" />

form?: string | object;
followRedirect?: boolean;
json?: boolean;

@@ -10,0 +11,0 @@ headers?: Record<string, string>;

2

package.json
{
"name": "supra-http",
"version": "1.3.4",
"version": "1.4.0",
"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