Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lu-development/ux-gdpr-consent

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lu-development/ux-gdpr-consent - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

changelog.md
# UX GDPR Consent Dialog
## 1.0.4
- upgrade API endpoint to https (anticipate premium subscription)
## 1.0.3

@@ -4,0 +8,0 @@

2

dist/collection/components/gdpr-consent/gdpr-consent.js

@@ -25,3 +25,3 @@ import { h, Host } from "@stencil/core";

default:
this.isEU = await fetch(`http://api.ipstack.com/check?access_key=${this.accessKey}&fields=location.is_eu`)
this.isEU = await fetch(`https://api.ipstack.com/check?access_key=${this.accessKey}&fields=location.is_eu`)
.then(response => {

@@ -28,0 +28,0 @@ if (!response.ok) {

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

import { r as registerInstance, c as createEvent, h, H as Host, d as getElement } from './core-e27749d7.js';
import { r as registerInstance, c as createEvent, h, H as Host, d as getElement } from './core-5e203e53.js';

@@ -28,3 +28,3 @@ const GdprConsent = class {

default:
this.isEU = await fetch(`http://api.ipstack.com/check?access_key=${this.accessKey}&fields=location.is_eu`)
this.isEU = await fetch(`https://api.ipstack.com/check?access_key=${this.accessKey}&fields=location.is_eu`)
.then(response => {

@@ -31,0 +31,0 @@ if (!response.ok) {

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

import { p as patchBrowser, g as globals, b as bootstrapLazy } from './core-e27749d7.js';
import { p as patchBrowser, g as globals, b as bootstrapLazy } from './core-5e203e53.js';

@@ -3,0 +3,0 @@ patchBrowser().then(options => {

{
"name": "@lu-development/ux-gdpr-consent",
"version": "1.0.3",
"version": "1.0.4",
"description": "GDPR compliance plugin",

@@ -23,4 +23,4 @@ "main": "dist/index.js",

"generate": "stencil generate",
"publish.dev": "npm publish --access public --tag dev",
"publish.prod": "npm publish --access public"
"publish.dev": "npm build && npm publish --access public --tag dev",
"publish.prod": "npm build && npm publish --access public"
},

@@ -27,0 +27,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc