@nuxt/server
Advanced tools
Comparing version 2.4.3 to 2.4.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.4.4](https://github.com/nuxt/nuxt.js/compare/v2.4.3...v2.4.4) (2019-02-26) | ||
### Bug Fixes | ||
* **deps:** update serve-placeholder and esm ([#4970](https://github.com/nuxt/nuxt.js/issues/4970)) ([111455f](https://github.com/nuxt/nuxt.js/commit/111455f)) | ||
## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) | ||
@@ -8,0 +19,0 @@ |
/*! | ||
* @nuxt/server v2.4.3 (c) 2016-2019 | ||
* @nuxt/server v2.4.5 (c) 2016-2019 | ||
@@ -369,3 +369,3 @@ * - All the amazing contributors | ||
class Listener { | ||
constructor({ port, host, socket, https: https$$1, app, dev }) { | ||
constructor({ port, host, socket, https, app, dev }) { | ||
// Options | ||
@@ -375,3 +375,3 @@ this.port = port; | ||
this.socket = socket; | ||
this.https = https$$1; | ||
this.https = https; | ||
this.app = app; | ||
@@ -783,3 +783,3 @@ this.dev = dev; | ||
// Resolve path | ||
const path$$1 = ( | ||
const path = ( | ||
(middleware.prefix !== false ? this.options.router.base : '') + | ||
@@ -790,3 +790,3 @@ (typeof middleware.path === 'string' ? middleware.path : '') | ||
// Use middleware | ||
this.app.use(path$$1, handler); | ||
this.app.use(path, handler); | ||
} | ||
@@ -793,0 +793,0 @@ |
{ | ||
"name": "@nuxt/server", | ||
"version": "2.4.3", | ||
"version": "2.4.5", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -11,4 +11,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/config": "2.4.3", | ||
"@nuxt/utils": "2.4.3", | ||
"@nuxt/config": "2.4.5", | ||
"@nuxt/utils": "2.4.5", | ||
"@nuxtjs/youch": "^4.2.3", | ||
@@ -27,3 +27,3 @@ "chalk": "^2.4.2", | ||
"semver": "^5.6.0", | ||
"serve-placeholder": "^1.1.0", | ||
"serve-placeholder": "^1.1.1", | ||
"serve-static": "^1.13.2", | ||
@@ -30,0 +30,0 @@ "server-destroy": "^1.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30642
+ Added@nuxt/config@2.4.5(transitive)
+ Added@nuxt/utils@2.4.5(transitive)
- Removed@nuxt/config@2.4.3(transitive)
- Removed@nuxt/utils@2.4.3(transitive)
Updated@nuxt/config@2.4.5
Updated@nuxt/utils@2.4.5
Updatedserve-placeholder@^1.1.1