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

consent-string

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consent-string - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

8

dist/consent-string.js

@@ -34,2 +34,3 @@ 'use strict';

this.maxVendorId = 0;
this.created = new Date();

@@ -131,3 +132,8 @@ this.lastUpdated = new Date();

value: function getMaxVendorId() {
return _getMaxVendorId(this.vendorList.vendors);
if (!this.maxVendorId) {
if (this.vendorList) {
this.maxVendorId = _getMaxVendorId(this.vendorList.vendors);
}
}
return this.maxVendorId;
}

@@ -134,0 +140,0 @@ }, {

2

package.json
{
"name": "consent-string",
"version": "1.5.1",
"version": "1.5.2",
"description": "Encode and decode web-safe base64 consent information with the IAB EU's GDPR Transparency and Consent Framework",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/InteractiveAdvertisingBureau/Consent-String-SDK-JS",

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