Socket
Socket
Sign inDemoInstall

@nuxt/vue-renderer

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/vue-renderer - npm Package Compare versions

Comparing version 2.15.2 to 2.15.3

6

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

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

if (renderContext.staticAssetsBase) {
if (shouldInjectScripts && renderContext.staticAssetsBase) {
const preloadScripts = [];

@@ -571,3 +571,3 @@ renderContext.staticAssets = [];

const { build: { publicPath }, router: { base } } = this.options;
this.publicPath = utils.isUrl(publicPath) ? publicPath : utils.urlJoin(base, publicPath);
this.publicPath = utils.isUrl(publicPath) || ufo.isRelative(publicPath) ? publicPath : utils.urlJoin(base, publicPath);
}

@@ -574,0 +574,0 @@

{
"name": "@nuxt/vue-renderer",
"version": "2.15.2",
"version": "2.15.3",
"repository": "nuxt/nuxt.js",

@@ -12,3 +12,3 @@ "license": "MIT",

"@nuxt/devalue": "^1.2.5",
"@nuxt/utils": "2.15.2",
"@nuxt/utils": "2.15.3",
"consola": "^2.15.3",

@@ -19,3 +19,3 @@ "defu": "^3.2.2",

"lru-cache": "^5.1.1",
"ufo": "^0.6.7",
"ufo": "^0.6.10",
"vue": "^2.6.12",

@@ -22,0 +22,0 @@ "vue-meta": "^2.4.0",

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