Socket
Socket
Sign inDemoInstall

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.5 to 0.0.6

2

bin/createConfig.js

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

fs.writeFileSync(process.cwd() + '/localhostify-ext/config.js', chromeConfig);
fs.writeFileSync(process.cwd() + '/.localhostify-ext/config.js', chromeConfig);
fs.copyFileSync(__dirname + '/../chrome-ext/manifest.json', process.cwd() + '/.localhostify-ext/manifest.json');

@@ -19,0 +19,0 @@ fs.copyFileSync(__dirname + '/../chrome-ext/scripts/http.js', process.cwd() + '/.localhostify-ext/scripts/http.js');

{
"name": "Localhostify",
"version": "0.0.5",
"version": "0.0.6",
"manifest_version": 2,

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

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

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

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