Socket
Socket
Sign inDemoInstall

hotel

Package Overview
Dependencies
24
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.6 to 0.5.7

0

bin/index.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

require('../lib/scripts/uninstall')()

3

CHANGELOG.md
# Change Log
## Unreleased
## 0.5.7
* Add `favicon`
* Fix Safari and IE bug

@@ -7,0 +8,0 @@ ## 0.5.6

@@ -0,0 +0,0 @@ # Configuring local .dev domains

@@ -0,0 +0,0 @@ {

{
"name": "hotel",
"version": "0.5.6",
"version": "0.5.7",
"description": "Local domains for everyone and more! ",

@@ -13,10 +13,11 @@ "main": "lib",

"test": "ava && standard",
"start": "npm run nodemon & npm run webpack -- --watch & wait",
"start": "run-p start:*",
"start:webpack": "rimraf dist && webpack -d --watch",
"start:nodemon": "nodemon -- src/daemon",
"prepublish": "npm run build",
"uninstall": "node bin/uninstall.js",
"precommit": "npm test",
"nodemon": "nodemon -- src/daemon",
"build": "npm run webpack && npm run babel",
"babel": "rimraf lib && babel src -d lib --copy-files --ignore src/front",
"webpack": "rimraf dist && webpack"
"build": "run-s build:*",
"build:babel": "rimraf lib && babel src -d lib --copy-files --ignore src/front",
"build:webpack": "rimraf dist && webpack -p"
},

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

"babel-runtime": "^6.6.1",
"css-loader": "^0.25.0",
"escape-html": "^1.0.3",

@@ -87,2 +89,3 @@ "husky": "^0.11.3",

"nodemon": "^1.8.1",
"npm-run-all": "^3.1.0",
"rimraf": "^2.5.2",

@@ -93,3 +96,6 @@ "sinon": "^1.17.3",

"uid": "0.0.2",
"vue": "^2.0.0-rc.3",
"vue": "^2.0.0-rc.5",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.2",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.13",

@@ -96,0 +102,0 @@ "whatwg-fetch": "^1.0.0"

@@ -165,5 +165,1 @@ # hotel [![Mac/Linux Build Status](https://img.shields.io/travis/typicode/hotel/master.svg?label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/typicode/hotel) [![Windows Build status](https://img.shields.io/appveyor/ci/typicode/hotel/master.svg?label=Windows)](https://ci.appveyor.com/project/typicode/hotel/branch/master) [![](https://badge.fury.io/js/hotel.svg)](https://www.npmjs.com/package/hotel)

MIT - [Typicode](https://github.com/typicode)
## Attribution
Favicon provided free by [EmojiOne](http://emojione.com)

@@ -0,0 +0,0 @@ const fs = require('fs')

@@ -0,0 +0,0 @@ const fs = require('fs')

@@ -0,0 +0,0 @@ const fs = require('fs')

@@ -0,0 +0,0 @@ const test = require('ava')

@@ -0,0 +0,0 @@ var http = require('http')

@@ -22,2 +22,6 @@ module.exports = {

loader: 'json'
},
{
test: /\.vue$/, // a regex for matching all files that end in `.vue`
loader: 'vue' // loader to use for matched files
}

@@ -24,0 +28,0 @@ ]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc