Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.1 to 1.0.2

2

dist/client.d.ts

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

constructor(http: Http);
static metricsStream(_: http.IncomingMessage, response: http.ServerResponse): void;
metricsStream(_: http.IncomingMessage, response: http.ServerResponse): void;
request(name: string, url: string, options?: RequestOptions): Promise<ClientResponse>;

@@ -14,0 +14,0 @@ private createCircuit;

@@ -13,3 +13,3 @@ "use strict";

}
static metricsStream(_, response) {
metricsStream(_, response) {
response.writeHead(200, {

@@ -16,0 +16,0 @@ 'content-type': enums_1.CONTENT_TYPE.TextEventStream,

{
"name": "supra-http",
"version": "1.0.1",
"version": "1.0.2",
"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

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