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
0
Versions
207
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 0.7.94 to 0.7.95

2

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

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

@@ -118,6 +118,7 @@ const moment = require('moment-timezone');

refreshFailed = true;
credExist = false;
}
}
let interval = 0;
if(refreshFailed || !credExist){
if(!credExist){
while(!credExist && interval < 3000){

@@ -138,3 +139,3 @@ try{

let signOnSuccessfully = false;
while(!signOnSuccessfully && interval < 3000){
while (!signOnSuccessfully && interval < 3000) {
try{

@@ -182,2 +183,5 @@ console.log(`signOn with installationId:${installationId}, locationId:${locationId}, source:${source},accessToken:${accessToken}`);

this.comoData.reCaptchaSiteKey = credentials.config.recaptchaSiteKey;
if (credentials.config.recaptcha) {
this.comoData.recaptchaConfig = credentials.config.recaptcha;
}
}

@@ -184,0 +188,0 @@ }

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

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