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.9 to 0.4.10

7

CHANGELOG.md
# Change Log
## Unreleased
## 0.4.10
* Fix IE and Safari issue (added fetch polyfill)
## 0.4.9
* Add server logs in the browser.
* Bundle icons to make them available without network access.
* Bug fixes

@@ -8,0 +13,0 @@ ## 0.4.8

2

lib/client/main.js

@@ -10,4 +10,2 @@ 'use strict';

Vue.config.debug = true;
/* eslint-disable no-new */

@@ -14,0 +12,0 @@ new Vue({

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

@@ -74,5 +74,8 @@ "main": "lib",

"css-loader": "^0.23.1",
"es6-promise": "^3.1.2",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"husky": "^0.11.3",
"imports-loader": "^0.6.5",
"mocha": "^2.4.2",

@@ -79,0 +82,0 @@ "mock-fs": "^3.6.0",

@@ -0,1 +1,3 @@

const webpack = require('webpack')
module.exports = {

@@ -31,3 +33,9 @@ entry: './src/client/main.js',

]
}
},
plugins: [
new webpack.ProvidePlugin({
'Promise': 'es6-promise',
'fetch': 'imports?this=>global!exports?global.fetch!whatwg-fetch'
})
]
}

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

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