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

@transcend-io/consent-manager-ui

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/consent-manager-ui - npm Package Compare versions

Comparing version 4.22.1 to 4.22.2

3

package.json

@@ -10,3 +10,3 @@ {

"homepage": "https://github.com/transcend-io/consent-manager-ui",
"version": "4.22.1",
"version": "4.22.2",
"license": "MIT",

@@ -46,2 +46,3 @@ "main": "build/ui",

"test": "yarn jest",
"test:update": "yarn jest -u",
"test:watch": "yarn jest --watch"

@@ -48,0 +49,0 @@ },

@@ -23,2 +23,5 @@ import { ConsentSelection } from '../types';

(allMessages, purposeType) => {
if (allMessages[purposeType]) {
return allMessages;
}
const purposeMessageLabel = `${PURPOSE_MESSAGE_PREFIX}.${purposeType}.title`;

@@ -25,0 +28,0 @@ return {

@@ -512,7 +512,7 @@ /* eslint-disable max-lines */

essentialLabel: {
defaultMessage: 'Essential',
defaultMessage: 'Essential purposes',
description: 'Text for essential purposes in CompleteOptions view state.',
},
functionalLabel: {
defaultMessage: 'Functional',
defaultMessage: 'Functionality',
description:

@@ -531,3 +531,3 @@ 'Text for functional purposes in CompleteOptions view state.',

saleOfInfoLabel: {
defaultMessage: 'SaleOfInfo',
defaultMessage: 'Sale of personal information',
description:

@@ -534,0 +534,0 @@ 'Text for sale of information purposes in CompleteOptions view state.',

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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