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

@nuxt/config

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

Comparing version 2.15.2 to 2.15.3

6

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

@@ -935,5 +935,7 @@ * Repository: https://github.com/nuxt/nuxt.js

const useCDN = utils.isUrl(options.build.publicPath) && !options.dev;
const isRelativePublicPath = ufo.isRelative(options.build.publicPath);
options.app = defu__default['default'](options.app, {
basePath: options.router.base,
assetsPath: useCDN ? '/' : ufo.joinURL(options.router.base, options.build.publicPath),
assetsPath: isRelativePublicPath ? options.build.publicPath : useCDN ? '/' : ufo.joinURL(options.router.base, options.build.publicPath),
cdnURL: useCDN ? options.build.publicPath : null

@@ -940,0 +942,0 @@ });

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

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

"dependencies": {
"@nuxt/utils": "2.15.2",
"@nuxt/utils": "2.15.3",
"consola": "^2.15.3",

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

"std-env": "^2.3.0",
"ufo": "^0.6.7"
"ufo": "^0.6.10"
},

@@ -25,0 +25,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