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.7 to 0.0.8

14

bin/createConfig.js

@@ -7,3 +7,3 @@ const fs = require('fs');

const extDir = process.cwd() + '/.localhostify-ext';
const extDir = process.cwd() + '/localhostify-ext';

@@ -17,8 +17,8 @@ if (!fs.existsSync(extDir)) {

fs.writeFileSync(process.cwd() + '/.localhostify-ext/config.js', chromeConfig);
fs.copyFileSync(__dirname + '/../chrome-ext/icon_128.png', process.cwd() + '/.localhostify-ext/icon_128.png');
fs.copyFileSync(__dirname + '/../chrome-ext/manifest.json', process.cwd() + '/.localhostify-ext/manifest.json');
fs.copyFileSync(__dirname + '/../chrome-ext/scripts/http.js', process.cwd() + '/.localhostify-ext/scripts/http.js');
fs.copyFileSync(__dirname + '/../chrome-ext/scripts/fetch.js', process.cwd() + '/.localhostify-ext/scripts/fetch.js');
fs.writeFileSync(process.cwd() + '/localhostify-ext/config.js', chromeConfig);
fs.copyFileSync(__dirname + '/../chrome-ext/icon_128.png', process.cwd() + '/localhostify-ext/icon_128.png');
fs.copyFileSync(__dirname + '/../chrome-ext/manifest.json', process.cwd() + '/localhostify-ext/manifest.json');
fs.copyFileSync(__dirname + '/../chrome-ext/scripts/http.js', process.cwd() + '/localhostify-ext/scripts/http.js');
fs.copyFileSync(__dirname + '/../chrome-ext/scripts/fetch.js', process.cwd() + '/localhostify-ext/scripts/fetch.js');
console.log("Localhostify: Chrome Ext created in .localhostify-ext folder.");
console.log("Localhostify: Chrome Ext created in localhostify-ext folder.");
{
"name": "Localhostify",
"version": "0.0.7",
"version": "0.0.8",
"manifest_version": 2,

@@ -5,0 +5,0 @@ "description": "Localhostify: External redirects interceptor",

{
"name": "localhostify",
"version": "0.0.7",
"version": "0.0.8",
"description": "Easy HTTP reverse proxy - localhost:3001 -> prod.domain.com",

@@ -5,0 +5,0 @@ "source": "src/index.js",

@@ -68,7 +68,7 @@ <p align="center">

```
This command will create a folder ".localhostify-ext" on your project. Load it on Chrome. That's all!.
This command will create a folder "localhostify-ext" on your project. Load it on Chrome. That's all!.
Note: if you update your .localhostify.js config, please execute again `npx localhostify --chrome-ext` to update also the ext.
It the browser is opened, refresh all the exstensions.
</br></br>
---
### 👏 Contributing

@@ -75,0 +75,0 @@

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