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.15.2 to 2.15.3

7

dist/server.js
/*!
* @nuxt/server v2.15.2 (c) 2016-2021
* @nuxt/server v2.15.3 (c) 2016-2021
* Released under the MIT License

@@ -383,4 +383,3 @@ * Repository: https://github.com/nuxt/nuxt.js

const error = new Error();
error.message = _error.message;
const error = new Error(_error.message);
error.name = _error.name;

@@ -606,3 +605,3 @@ error.statusCode = _error.statusCode || 500;

? this.options.build._publicPath
: this.options.build.publicPath;
: this.options.build.publicPath.replace(/^\.+\//, '/');

@@ -609,0 +608,0 @@ // Runtime shared resources

{
"name": "@nuxt/server",
"version": "2.15.2",
"version": "2.15.3",
"repository": "nuxt/nuxt.js",

@@ -11,4 +11,4 @@ "license": "MIT",

"dependencies": {
"@nuxt/utils": "2.15.2",
"@nuxt/vue-renderer": "2.15.2",
"@nuxt/utils": "2.15.3",
"@nuxt/vue-renderer": "2.15.3",
"@nuxtjs/youch": "^4.2.3",

@@ -28,3 +28,3 @@ "compression": "^1.7.4",

"server-destroy": "^1.0.1",
"ufo": "^0.6.7"
"ufo": "^0.6.10"
},

@@ -31,0 +31,0 @@ "publishConfig": {

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