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

@refactorjs/http-proxy

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refactorjs/http-proxy - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

18

dist/index.d.ts

@@ -1,11 +0,11 @@

import * as url from 'url';
import * as net from 'net';
import { Socket } from 'net';
import * as http from 'http';
import http__default, { IncomingMessage, ServerResponse } from 'http';
import * as https from 'https';
import https__default from 'https';
import * as buffer from 'buffer';
import * as url from 'node:url';
import * as net from 'node:net';
import { Socket } from 'node:net';
import * as http from 'node:http';
import http__default, { IncomingMessage, ServerResponse } from 'node:http';
import * as https from 'node:https';
import https__default from 'node:https';
import * as buffer from 'node:buffer';
import { FollowOptions } from 'follow-redirects';
import { EventEmitter } from 'events';
import { EventEmitter } from 'node:events';

@@ -12,0 +12,0 @@ declare class ProxyServer extends EventEmitter {

{
"name": "@refactorjs/http-proxy",
"version": "0.1.3",
"version": "0.1.4",
"description": "http-proxy alternative",

@@ -49,3 +49,3 @@ "repository": {

"engines": {
"node": ">=14.0.0"
"node": ">=14.13.1"
},

@@ -52,0 +52,0 @@ "bugs": {

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