New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ambitiondev/nuxt-cookiebot

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ambitiondev/nuxt-cookiebot - npm Package Compare versions

Comparing version

to
3.2.1-alpha.1

2

dist/module.json
{
"name": "@ambitiondev/nuxt-cookiebot",
"version": "3.2.1-alpha.0",
"version": "3.2.1-alpha.1",
"configKey": "cookiebot",

@@ -5,0 +5,0 @@ "compatibility": {

@@ -1,2 +0,2 @@

import { computed, useHead, useNuxtApp } from "#imports";
import { computed, useServerHead, useNuxtApp } from "#imports";
import {

@@ -27,13 +27,19 @@ CB_NAME,

async function consentBanner() {
useHead({
script: [
{
id: CB_NAME,
src: consentBannerURL({
culture: culture.value,
..._options
})
}
]
});
useServerHead(
{
script: [
{
id: CB_NAME,
src: consentBannerURL({
culture: culture.value,
..._options
})
}
]
},
{
tagPosition: "head",
tagPriority: "critical"
}
);
}

@@ -40,0 +46,0 @@ async function consentPage(ref) {

{
"name": "@ambitiondev/nuxt-cookiebot",
"version": "3.2.1-alpha.0",
"version": "3.2.1-alpha.1",
"author": {

@@ -10,4 +10,4 @@ "email": "info@ambitiondev.io",

"dependencies": {
"@ambitiondev/cookiebot-common": "^3.2.1-alpha.0",
"@ambitiondev/vue-cookiebot": "^3.2.1-alpha.0",
"@ambitiondev/cookiebot-common": "^3.2.1-alpha.1",
"@ambitiondev/vue-cookiebot": "^3.2.1-alpha.1",
"@nuxt/kit": "^3.12.2"

@@ -65,3 +65,3 @@ },

"type": "module",
"gitHead": "c86840904b7e6f9803b7ebfe71d718502fdc5481"
"gitHead": "9522e4c308fd092e6024d619b74a8af115cb0985"
}

Sorry, the diff of this file is not supported yet