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
1
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.0.0-alpha.5

6

dist/module.d.ts

@@ -5,2 +5,8 @@ import * as _nuxt_schema from '@nuxt/schema';

interface ModuleOptions extends PluginOptions {
/**
* Configure if the consent banner should be shown automatically. Defaults to `true`.
* Override this behaviour if you would like to add stateful logic to the consent banner.
*
* Locale from `nuxt-i18n` is detected automatically to set culture for your Cookiebot implementation.
*/
autoConsentBanner: boolean;

@@ -7,0 +13,0 @@ }

2

dist/module.json
{
"name": "@ambitiondev/nuxt-cookiebot",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"configKey": "cookiebot",

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

import { type CookiebotComposable, type CookiebotOptions } from '@ambitiondev/cookiebot-common';
export declare function useCookieBot(settings?: Partial<CookiebotOptions>): CookiebotComposable;
export declare function useCookiebot(settings?: Partial<CookiebotOptions>): CookiebotComposable;
{
"name": "@ambitiondev/nuxt-cookiebot",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"description": "Implementation for Cookiebot in Nuxt applications",

@@ -45,4 +45,4 @@ "main": "./dist/module.cjs",

"dependencies": {
"@ambitiondev/cookiebot-common": "^3.0.0-alpha.4",
"@ambitiondev/vue-cookiebot": "^3.0.0-alpha.4",
"@ambitiondev/cookiebot-common": "^3.0.0-alpha.5",
"@ambitiondev/vue-cookiebot": "^3.0.0-alpha.5",
"@nuxt/kit": "^3.9.3"

@@ -66,3 +66,3 @@ },

"prettier": "@netvlies/prettier-config",
"gitHead": "b3b31d5cdd9e77061b64fc17f0ac932c4de8ade6"
"gitHead": "f8e75ff11d61a9e247a3c3fe818bf2f2ed706fd9"
}

@@ -22,2 +22,2 @@ # @ambitiondev/nuxt-cookiebot

[nuxt-href]: https://nuxt.com/
[docs-href]: https://vuejs.org/
[docs-href]: https://vue-nuxt-cookiebot.netlify.app/nuxt/installation

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet