Socket
Socket
Sign inDemoInstall

hotel

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotel - npm Package Compare versions

Comparing version 0.4.17 to 0.4.18

4

lib/daemon/views/proxy-pac.js

@@ -11,3 +11,3 @@ 'use strict';

// Set conf.proxy in ~/.hotel/conf.json to your proxy address and port.
// For example: { proxy: '1.2.3.4:5000' }
// For example: { "proxy": "1.2.3.4:5000" }
//

@@ -17,2 +17,2 @@ // See also https://en.wikipedia.org/wiki/Private_network

module.exports = conf.proxy ? simple : withProxy;
module.exports = conf.proxy ? withProxy : simple;
{
"name": "hotel",
"version": "0.4.17",
"version": "0.4.18",
"description": "Easily start, stop and access your servers from the browser",

@@ -5,0 +5,0 @@ "main": "lib",

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