You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

docker-local-proxy

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-local-proxy - npm Package Compare versions

Comparing version

to
1.0.9

2

dist/index.js

@@ -158,3 +158,3 @@ #!/usr/bin/env node

error_page 404 500 502 503 504 @custom_error;
error_page 502 503 504 @custom_error;
proxy_intercept_errors on;

@@ -161,0 +161,0 @@

{
"name": "docker-local-proxy",
"version": "1.0.8",
"version": "1.0.9",
"description": "A tool for automatically configuring Nginx and updating /etc/hosts based on Docker containers for local development environments.",

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

@@ -152,3 +152,3 @@ #!/usr/bin/env node

error_page 404 500 502 503 504 @custom_error;
error_page 502 503 504 @custom_error;
proxy_intercept_errors on;

@@ -155,0 +155,0 @@