Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@authx/http-proxy-client

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authx/http-proxy-client - npm Package Compare versions

Comparing version 3.1.0-alpha.5 to 3.1.0-alpha.6

2

dist/index.d.ts
/// <reference types="node" />
import EventEmitter from "events";
import { EventEmitter } from "events";
import { Server, IncomingMessage, ServerResponse } from "http";

@@ -4,0 +4,0 @@ import { ServerOptions } from "http-proxy";

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

const abort_controller_1 = __importDefault(require("abort-controller"));
const events_1 = __importDefault(require("events"));
const events_1 = require("events");
const node_fetch_1 = __importDefault(require("node-fetch"));

@@ -25,3 +25,3 @@ const http_1 = require("http");

}
class AuthXClientProxy extends events_1.default {
class AuthXClientProxy extends events_1.EventEmitter {
constructor(config) {

@@ -28,0 +28,0 @@ super();

@@ -55,3 +55,3 @@ {

"types": "./dist/index.d.ts",
"version": "3.1.0-alpha.5"
"version": "3.1.0-alpha.6"
}
import { createHash } from "crypto";
import AbortController from "abort-controller";
import EventEmitter from "events";
import { EventEmitter } from "events";
import fetch from "node-fetch";

@@ -5,0 +5,0 @@ import { createServer, Server, IncomingMessage, ServerResponse } from "http";

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