@nuxt/generator
Advanced tools
| /*! | ||
| * @nuxt/generator v2.14.0 (c) 2016-2020 | ||
| * @nuxt/generator v2.14.1 (c) 2016-2020 | ||
@@ -380,3 +380,3 @@ * - All the amazing contributors | ||
| if (route.startsWith('/') && !path.extname(route) && this.shouldGenerateRoute(route) && !this.generatedRoutes.has(route)) { | ||
| if (route.startsWith('/') && !route.startsWith('//') && !path.extname(route) && this.shouldGenerateRoute(route) && !this.generatedRoutes.has(route)) { | ||
| this.generatedRoutes.add(route); | ||
@@ -383,0 +383,0 @@ this.routes.push({ route }); |
+2
-2
| { | ||
| "name": "@nuxt/generator", | ||
| "version": "2.14.0", | ||
| "version": "2.14.1", | ||
| "repository": "nuxt/nuxt.js", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@nuxt/utils": "2.14.0", | ||
| "@nuxt/utils": "2.14.1", | ||
| "chalk": "^3.0.0", | ||
@@ -14,0 +14,0 @@ "consola": "^2.14.0", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
15100
0.18%+ Added
- Removed
Updated