Socket
Socket
Sign inDemoInstall

@nodeswork/container-proxy

Package Overview
Dependencies
46
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15 to 0.0.16

4

index.js

@@ -40,2 +40,6 @@ var http = require('http'),

try {
const requestUrl = new url.URL(req.url, `http://localhost:${PORT}`);
req.url = requestUrl.path;
LOG.info('set back url path', requestUrl.path);
var target;

@@ -42,0 +46,0 @@ if (toApplet && toApplet.startsWith('na-')) {

2

package.json
{
"name": "@nodeswork/container-proxy",
"version": "0.0.15",
"version": "0.0.16",
"description": "Container proxy for applet to access network",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc