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

@halloverden/ngx-cookiebot

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@halloverden/ngx-cookiebot - npm Package Compare versions

Comparing version

to
1.1.0

CHANGELOG.md

7

package.json
{
"name": "@halloverden/ngx-cookiebot",
"version": "1.0.10",
"version": "1.1.0",
"description": "A simple Angular wrapper for the Cookiebot SDK",
"private": false,
"keywords": [

@@ -32,4 +33,4 @@ "angular",

"peerDependencies": {
"@angular/common": "8.2.14 - 13",
"@angular/core": "8.2.14 - 13"
"@angular/common": "8.2.14 - 14",
"@angular/core": "8.2.14 - 14"
},

@@ -36,0 +37,0 @@ "main": "bundles/halloverden-ngx-cookiebot.umd.js",

@@ -118,30 +118,1 @@ # NgxCookiebot

MIT © [Hallo Verden](https://github.com/halloverden)
## Change log
### 1.0.10
- Include Angular 13 support (Thanks @remkoboschker)
- Fix issue where onDialogInitCallback observable uses onDialogDisplayCallback subject (Thanks @mstieranka)
### 1.0.9
- Package gets its own repo
### 1.0.8
- Support Angular 8-12
- Changes in documentation
### 1.0.7
- Transpile to es5
- Added change log
### 1.0.6
- Changes in documentation
### 1.0.5
- Changes in documentation
### 1.0.4
- Changes in documentation
### 1.0.3
- Initial version