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.87

2

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

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

@@ -146,2 +146,5 @@ const moment = require('moment-timezone');

}
if(data && data.config && data.config.recaptchaSiteKey){
this.comoData.reCaptchaSiteKey = data.config.recaptchaSiteKey;
}
signOnSuccessfully = true;

@@ -148,0 +151,0 @@ }catch(e){

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