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

@como/como-client

Package Overview
Dependencies
Maintainers
10
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@como/como-client - npm Package Compare versions

Comparing version

to
0.7.82

2

package.json
{
"name": "@como/como-client",
"version": "0.7.81",
"version": "0.7.82",
"description": "Client module for Como's loaylty API",

@@ -5,0 +5,0 @@ "main": "src/como.js",

@@ -87,2 +87,3 @@ const moment = require('moment-timezone');

},
tempTokenData: {},
};

@@ -205,3 +206,5 @@

const translatedData = await comoExternalUrlTranslator.translateUrl(externalUrl, apiObjects, dataToUse);
this.comoData.tempTokenData = translatedData.tempTokenData || {};
if (translatedData.tempTokenData.TemporaryToken) {
this.comoData.tempTokenData[translatedData.tempTokenData.TemporaryToken] = translatedData.tempTokenData.ExpirationDate;
}
return translatedData;

@@ -208,0 +211,0 @@ }

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