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.2-alpha.0

2

dist/index.cjs.js

@@ -19,3 +19,3 @@ 'use strict';

function constructMessage(severity, message) {
return `- ${severity in color ? color[severity] : color.transparent} Cookiebot plugin ${severity}: ${color.transparent} ${message}`;
return `- ${color[severity]} Cookiebot plugin ${severity}: ${color.transparent} ${message}`;
}

@@ -22,0 +22,0 @@ function error(message, ...args) {

@@ -17,3 +17,3 @@ const CB_NAME = 'AppCookiebotConsentBanner';

function constructMessage(severity, message) {
return `- ${severity in color ? color[severity] : color.transparent} Cookiebot plugin ${severity}: ${color.transparent} ${message}`;
return `- ${color[severity]} Cookiebot plugin ${severity}: ${color.transparent} ${message}`;
}

@@ -20,0 +20,0 @@ function error(message, ...args) {

{
"name": "@ambitiondev/cookiebot-common",
"version": "3.1.1",
"author": {
"email": "info@ambitiondev.io",
"name": "Berrie Nachtweh",
"url": "https://ambitiondev.io"
},
"description": "Common logic for Cookiebot packages",
"devDependencies": {
"@netvlies/prettier-config": "^1.1.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"rollup": "^4.14.3",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.5"
},
"files": [
"dist/"
],
"homepage": "https://vue-nuxt-cookiebot.netlify.app",
"keywords": [
"web",
"application",
"cookiebot",
"vue",
"vue 3",
"ambitiondev"
],
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "./dist/index.esm.js",
"peerDependencies": {
"vue": ">=3.1.0"
},
"prettier": "@netvlies/prettier-config",
"repository": {
"type": "git",
"url": "https://github.com/ambitiondev/cookiebot"
},
"scripts": {
"build": "npm run lint && npm run clean && npm run compile && npm run bundle",
"bundle": "rollup --config rollup.config.mjs",
"clean": "node ./.scripts/clean.js",
"compile": "tsc -p .",
"lint": "eslint src/**",
"lint:fix": "npm run lint -- --fix",
"test": "npm run test:unit",
"test:coverage": "vitest run --coverage",
"test:unit": "vitest"
},
"types": "dist/types/index.d.ts",
"gitHead": "8ab93ca107070c215f28be47e92be96fcc31464f"
"name": "@ambitiondev/cookiebot-common",
"version": "3.1.2-alpha.0",
"author": {
"email": "info@ambitiondev.io",
"name": "Berrie Nachtweh",
"url": "https://ambitiondev.io"
},
"description": "Common logic for Cookiebot packages",
"devDependencies": {
"rollup": "^4.18.0",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"files": [
"dist/"
],
"homepage": "https://vue-nuxt-cookiebot.netlify.app",
"keywords": [
"web",
"application",
"cookiebot",
"vue",
"vue 3",
"ambitiondev"
],
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "./dist/index.esm.js",
"peerDependencies": {
"vue": ">=3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ambitiondev/cookiebot"
},
"scripts": {
"build": "npm run clean && npm run compile && npm run bundle",
"bundle": "rollup --config rollup.config.mjs",
"clean": "node ./.scripts/clean.js",
"compile": "tsc -p .",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"test": "npm run test:unit",
"test:coverage": "vitest run -c vitest.config.run.ts",
"test:unit": "vitest"
},
"types": "dist/types/index.d.ts",
"gitHead": "e77957fca8c7c10b63430b64ea4ae12049752769"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet