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
9
Versions
212
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.1.9-1.23 to 0.1.9-1.24

2

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

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

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

this.comoData.api = service;
this.comoData.InitApi = initService;
this.comoData.initApi = initService;
this.comoData.refresher = refresher;

@@ -114,3 +114,3 @@

try{
const data = await this.comoData.InitApi.signOn(source);
const data = await this.comoData.initApi.signOn(installationId, locationId, refreshToken, source);
updateCredentials(data, true);

@@ -128,3 +128,3 @@ }catch(e){

try{
const data = await this.comoData.InitApi.refreshToken(installationId, refreshToken);
const data = await this.comoData.initApi.refreshToken(installationId, refreshToken);
updateCredentials(data, true);

@@ -140,3 +140,3 @@ }catch(e){

try{
const data = await this.comoData.InitApi.signOn(source);
const data = await this.comoData.initApi.signOn(installationId, locationId, refreshToken, source);
updateCredentials(data, true);

@@ -143,0 +143,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