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.1.4 to 0.1.5

4

lib/daemon/public/index.js

@@ -8,6 +8,6 @@ 'use strict';

$('body').on('click', '.stop', function () {
var id = $(undefined).data('id');
var id = $(this).data('id');
socket.emit('stop', id);
}).on('click', '.start', function () {
var id = $(undefined).data('id');
var id = $(this).data('id');
socket.emit('start', id);

@@ -14,0 +14,0 @@ });

{
"name": "hotel",
"version": "0.1.4",
"version": "0.1.5",
"description": "Easily start, stop and access your servers from the browser",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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