@nuxt/config
Advanced tools
Comparing version 2.14.12 to 2.15.0
// Dummy type definition file to provide backward compatibility | ||
// around Nuxt modules extending `@nuxt/config` for Nuxt < 2.9 | ||
declare module "@nuxt/config" | ||
declare module '@nuxt/config' |
{ | ||
"name": "@nuxt/config", | ||
"version": "2.14.12", | ||
"version": "2.15.0", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -13,13 +13,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/ufo": "^0.5.0", | ||
"@nuxt/utils": "2.14.12", | ||
"consola": "^2.15.0", | ||
"create-require": "^1.1.1", | ||
"defu": "^2.0.4", | ||
"destr": "^1.0.1", | ||
"@nuxt/utils": "2.15.0", | ||
"consola": "^2.15.3", | ||
"defu": "^3.2.2", | ||
"destr": "^1.1.0", | ||
"dotenv": "^8.2.0", | ||
"esm": "^3.2.25", | ||
"jiti": "^0.1.17", | ||
"lodash": "^4.17.20", | ||
"rc9": "^1.2.0", | ||
"std-env": "^2.2.1" | ||
"std-env": "^2.2.1", | ||
"ufo": "^0.6.6" | ||
}, | ||
@@ -26,0 +24,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
9
4
34763
1026
+ Addedlodash@^4.17.20
+ Addedufo@^0.6.6
+ Added@nuxt/utils@2.15.0(transitive)
+ Addedat-least-node@1.0.0(transitive)
+ Addeddefu@3.2.2(transitive)
+ Addedfs-extra@9.1.0(transitive)
+ Addedjiti@1.21.6(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedufo@0.6.12(transitive)
+ Addeduniversalify@2.0.1(transitive)
- Removed@nuxt/ufo@^0.5.0
- Removedcreate-require@^1.1.1
- Removedesm@^3.2.25
- Removedjiti@^0.1.17
- Removed@nuxt/ufo@0.5.4(transitive)
- Removed@nuxt/utils@2.14.12(transitive)
- Removeddefu@2.0.4(transitive)
- Removedesm@3.2.25(transitive)
- Removedfs-extra@8.1.0(transitive)
- Removedjiti@0.1.20(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removeduniversalify@0.1.2(transitive)
Updated@nuxt/utils@2.15.0
Updatedconsola@^2.15.3
Updateddefu@^3.2.2
Updateddestr@^1.1.0