Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sinch/sms

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sinch/sms - npm Package Compare versions

Comparing version
1.4.0
to
1.4.1
+2
-2
dist/rest/v1/sms-service.d.ts

@@ -9,3 +9,3 @@ import { ApiFetchClient, SinchClientParameters, SmsRegion, UnifiedCredentials } from '@sinch/sdk-client';

sharedConfig: SinchClientParameters;
private apiFetchClient?;
apiFetchClient?: ApiFetchClient;
constructor(sharedConfig: SinchClientParameters);

@@ -28,3 +28,3 @@ getApiClient(): ApiFetchClient;

readonly inbounds: InboundsApi;
private readonly lazyClient;
readonly lazyClient: LazySmsApiClient;
/**

@@ -31,0 +31,0 @@ * Create a new SmsService instance with its configuration. This service can be instantiated with 2 different authentication mechanisms:

{
"name": "@sinch/sms",
"version": "1.4.0",
"version": "1.4.1",
"description": "Sinch SMS API",

@@ -32,3 +32,3 @@ "homepage": "",

"dependencies": {
"@sinch/sdk-client": "^1.4.0"
"@sinch/sdk-client": "1.4.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {},