@refactorjs/http-proxy
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
60121
0