New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kustomer/apps-common

Package Overview
Dependencies
Maintainers
131
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kustomer/apps-common - npm Package Compare versions

Comparing version 0.2.26 to 0.2.27

3

cjs/api/customer.d.ts

@@ -24,4 +24,3 @@ import { WithID } from '../common';

avatarUrl?: string | undefined;
locale?: string | undefined;
/**
locale?: string | undefined; /**
* get a customer by phone

@@ -28,0 +27,0 @@ * @param phone customer phone (unique)

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

try {
const res = await this.axios.get(`/v1/customers/id=${id}`);
const res = await this.axios.get(`/v1/customers/${id}`);
return {

@@ -19,0 +19,0 @@ id: res.data.data.id,

@@ -24,4 +24,3 @@ import { WithID } from '../common';

avatarUrl?: string | undefined;
locale?: string | undefined;
/**
locale?: string | undefined; /**
* get a customer by phone

@@ -28,0 +27,0 @@ * @param phone customer phone (unique)

@@ -13,3 +13,3 @@ import { namespace } from '../utils';

try {
const res = await this.axios.get(`/v1/customers/id=${id}`);
const res = await this.axios.get(`/v1/customers/${id}`);
return {

@@ -16,0 +16,0 @@ id: res.data.data.id,

{
"name": "@kustomer/apps-common",
"version": "0.2.26",
"version": "0.2.27",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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