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

@ambitiondev/cookiebot-common

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/cookiebot-common - npm Package Compare versions

Comparing version

to
3.1.0

6

dist/types/types/cookiebot.d.ts

@@ -112,2 +112,8 @@ import { MaybeRef } from 'vue';

/**
* Trigger the consent banner to change already given consent
*
* @returns {void}
*/
renew: () => void;
/**
* Destroys the consent banner and reinitialises it.

@@ -114,0 +120,0 @@ *

4

package.json
{
"name": "@ambitiondev/cookiebot-common",
"version": "3.0.2",
"version": "3.1.0",
"description": "Common logic for Cookiebot packages",

@@ -54,3 +54,3 @@ "main": "dist/index.cjs.js",

"prettier": "@netvlies/prettier-config",
"gitHead": "afbb7f5f5dd72deceadd60bf828371d33cd18c77"
"gitHead": "5c593a2f764727298a8b59f0a244594c128280bc"
}