Socket
Socket
Sign inDemoInstall

vanilli-shop-client

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanilli-shop-client - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

2

dist/models/company.d.ts

@@ -8,3 +8,3 @@ export interface ICompanyProviderDto {

static getPublicKey(provider: ICompanyProviderDto): string | undefined;
static getShopKey(provider: ICompanyProviderDto): string | undefined;
static getShopId(provider: ICompanyProviderDto): string | undefined;
}

@@ -11,0 +11,0 @@ export interface ICompanyProviderAuthDto {

@@ -12,3 +12,3 @@ "use strict";

};
CompanyProvider.getShopKey = function (provider) {
CompanyProvider.getShopId = function (provider) {
var _a, _b;

@@ -15,0 +15,0 @@ return (_b = (_a = provider.auths) === null || _a === void 0 ? void 0 : _a.find(function (x) { return x.type === base_1.ProviderAuthEnum.ShopId; })) === null || _b === void 0 ? void 0 : _b.value;

{
"name": "vanilli-shop-client",
"version": "1.5.5",
"version": "1.5.6",
"description": "Client for Vanilli Shop API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -14,3 +14,3 @@ import {ProviderAuthEnum} from "./base";

static getShopKey(provider: ICompanyProviderDto): string | undefined {
static getShopId(provider: ICompanyProviderDto): string | undefined {
return provider.auths?.find(x => x.type === ProviderAuthEnum.ShopId)?.value;

@@ -17,0 +17,0 @@ }

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