Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/server

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/server - npm Package Compare versions

Comparing version 2.4.3 to 2.4.5

11

CHANGELOG.md

@@ -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 @@

10

dist/server.js
/*!
* @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",

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