localhostify
Advanced tools
Comparing version 0.0.3 to 0.0.4
#!/usr/bin/env node | ||
const env = process.argv[2]; | ||
require('../dist/index'); | ||
if (env === '--chrome-ext') { | ||
require('./createConfig.js'); | ||
} else { | ||
require('../dist/index.js'); | ||
} |
{ | ||
"name": "localhostify", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Easy HTTP reverse proxy - localhost:3001 -> prod.domain.com", | ||
@@ -5,0 +5,0 @@ "source": "src/index.js", |
@@ -54,3 +54,3 @@ <p align="center"> | ||
Browse `http://localhost:3001` and `http://localhost:3002` to enjoy local frotend mixed with real backends enviroments!<br/> | ||
Hot reload works concurrenly!! | ||
Hot reload works concurrently!! | ||
@@ -57,0 +57,0 @@ <br/><br/> |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35537
10
233
3
4