Socket
Socket
Sign inDemoInstall

@nuxt/config

Package Overview
Dependencies
Maintainers
6
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.17.1 to 2.17.2

11

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

@@ -804,11 +804,2 @@ * Repository: https://github.com/nuxt/nuxt.js

}
if (parseInt(process.versions.node.slice(0, 2)) > 16 && !options.buildModules.some((m) => m.name === "patchMD4")) {
options.buildModules.push(function patchMD4() {
const crypto = require("crypto");
const _createHash = crypto.createHash;
crypto.createHash = function(algorithm, options2) {
return _createHash(algorithm === "md4" ? "md5" : algorithm, options2);
};
});
}
if (!options._start && utils.getPKG("@nuxt/components")) {

@@ -815,0 +806,0 @@ options._modules.push("@nuxt/components");

10

package.json
{
"name": "@nuxt/config",
"version": "2.17.1",
"version": "2.17.2",
"repository": "nuxt/nuxt.js",

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

"dependencies": {
"@nuxt/utils": "2.17.1",
"@nuxt/utils": "2.17.2",
"consola": "^3.2.3",
"defu": "^6.1.2",
"destr": "^2.0.0",
"destr": "^2.0.1",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"rc9": "^2.1.1",
"std-env": "^3.3.3",
"ufo": "^1.1.2"
"std-env": "^3.4.3",
"ufo": "^1.3.1"
},

@@ -24,0 +24,0 @@ "engines": {

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