@mutagen-d/node-proxy-server
Advanced tools
+1
-1
| { | ||
| "name": "@mutagen-d/node-proxy-server", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "Http and socks proxy server", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
+3
-3
@@ -100,5 +100,5 @@ const net = require('net') | ||
| delete options.headers['proxy-authorization'] | ||
| socket.write(serializeHTTP(options)) | ||
| conn.write(serializeHTTP(options)) | ||
| } else { | ||
| socket.write(data) | ||
| conn.write(data) | ||
| } | ||
@@ -224,3 +224,3 @@ } | ||
| let conn; | ||
| if (command === 0x01) { | ||
| if (command === 0x01) { // CONNECT | ||
| socket.pause() | ||
@@ -227,0 +227,0 @@ conn = await createProxyConnection({ dstHost, dstPort, srcHost, srcPort }) |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
25159
0.03%