nuxtjs-drupal-ce
Advanced tools
| <template> | ||
| <div class="canvas-page"> | ||
| <slot name="components" /> | ||
| </div> | ||
| </template> | ||
| <script setup lang="ts"> | ||
| defineSlots<{ | ||
| components(): any | ||
| }>() | ||
| </script> |
+1
-1
@@ -7,3 +7,3 @@ { | ||
| }, | ||
| "version": "2.6.0", | ||
| "version": "2.6.1", | ||
| "builder": { | ||
@@ -10,0 +10,0 @@ "@nuxt/module-builder": "1.0.2", |
+2
-2
| { | ||
| "name": "nuxtjs-drupal-ce", | ||
| "version": "2.6.0", | ||
| "version": "2.6.1", | ||
| "license": "MIT", | ||
@@ -49,3 +49,3 @@ "bin": { | ||
| "eslint": "^9.39.1", | ||
| "happy-dom": "^20.0.10", | ||
| "happy-dom": "^20.9.0", | ||
| "nuxt": "^4.2.1", | ||
@@ -52,0 +52,0 @@ "playwright-core": "^1.56.1", |
| <template> | ||
| <div class="canvas-page"> | ||
| <slot name="components" /> | ||
| </div> | ||
| </template> | ||
| <script setup lang="ts"> | ||
| defineSlots<{ | ||
| components(): any | ||
| }>() | ||
| </script> |
Network access
Supply chain riskThis module accesses the network.
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
Network access
Supply chain riskThis module accesses the network.
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
62613
0