Socket
Socket
Sign inDemoInstall

@nuxt/config

Package Overview
Dependencies
Maintainers
5
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.16.3 to 2.17.0

7

dist/config.js
/*!
* @nuxt/config v2.16.3 (c) 2016-2023
* @nuxt/config v2.17.0 (c) 2016-2023
* Released under the MIT License

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

unsafeInlineCompatibility: false,
reportOnly: options.debug
reportOnly: options.debug,
generateNonce: false
});

@@ -804,3 +805,3 @@ if (options.render.csp.unsafeInlineCompatiblity) {

}
if (parseInt(process.versions.node.slice(0, 2)) > 16) {
if (parseInt(process.versions.node.slice(0, 2)) > 16 && !options.buildModules.some((m) => m.name === "patchMD4")) {
options.buildModules.push(function patchMD4() {

@@ -807,0 +808,0 @@ const crypto = require("crypto");

{
"name": "@nuxt/config",
"version": "2.16.3",
"version": "2.17.0",
"repository": "nuxt/nuxt.js",

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

"dependencies": {
"@nuxt/utils": "2.16.3",
"consola": "^2.15.3",
"@nuxt/utils": "2.17.0",
"consola": "^3.1.0",
"defu": "^6.1.2",
"destr": "^1.2.2",
"dotenv": "^16.0.3",
"dotenv": "^16.1.4",
"lodash": "^4.17.21",
"rc9": "^2.0.1",
"std-env": "^3.3.2",
"ufo": "^1.1.1"
"rc9": "^2.1.0",
"std-env": "^3.3.3",
"ufo": "^1.1.2"
},
"engines": {
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
"node": "^14.18.0 || >=16.10.0"
},

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