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.5.0-beta.3 to 0.5.0-beta.4

7

package.json
{
"name": "hotel",
"version": "0.5.0-beta.3",
"version": "0.5.0-beta.4",
"description": "Easily start, stop and access your servers from the browser",

@@ -19,4 +19,4 @@ "main": "lib",

"build": "npm run webpack && npm run babel",
"babel": "babel src -d lib --copy-files --ignore src/front",
"webpack": "webpack"
"babel": "rimraf lib && babel src -d lib --copy-files --ignore src/front",
"webpack": "rimraf dist && webpack"
},

@@ -81,2 +81,3 @@ "repository": {

"nodemon": "^1.8.1",
"rimraf": "^2.5.2",
"sinon": "^1.17.3",

@@ -83,0 +84,0 @@ "standard": "^7.1.2",

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