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
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.5.4 to 0.5.5

5

lib/services/index.js

@@ -32,3 +32,3 @@ 'use strict';

exports.getService = function (baseURL, uid, getCredentials, credentialsRefresh, locationId, source) {
exports.getService = function (baseURL, uid, getCredentials, credentialsRefresh, source) {
var httpClient = axios.create({ baseURL: baseURL });

@@ -48,3 +48,4 @@

var _getCredentials = getCredentials(),
refreshToken = _getCredentials.refreshToken;
refreshToken = _getCredentials.refreshToken,
locationId = _getCredentials.locationId;

@@ -51,0 +52,0 @@ credentialsRefresh({ accessToken: false });

2

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

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

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

const { service, refresher, initService } = APIService
.getService(gateway, installationId, getCredentials, updateCredentials, locationId, source);
.getService(gateway, installationId, getCredentials, updateCredentials, source);
this.comoData.api = service;

@@ -101,0 +101,0 @@ this.comoData.initApi = initService;

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