Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

localhostify

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localhostify - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

bin/createConfig.js

9

bin/localhostify.js
#!/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/>

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc