🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@getlatedev/node

Package Overview
Dependencies
Maintainers
3
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlatedev/node - npm Package Compare versions

Comparing version
0.2.270
to
0.2.271
+1
-1
package.json
{
"name": "@getlatedev/node",
"version": "0.2.270",
"version": "0.2.271",
"description": "The official Node.js library for the Zernio API",

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

@@ -594,2 +594,7 @@ <p align="center">

### SMS
| Method | Description |
|--------|-------------|
| `sms.sendSms()` | Send an SMS or MMS |
### Tracking Tags

@@ -596,0 +601,0 @@ | Method | Description |

@@ -318,2 +318,3 @@ import packageJson from '../package.json';

sendPrivateReplyToComment,
sendSms,
sendTypingIndicator,

@@ -453,2 +454,9 @@ sendWhatsAppConversion,

/**
* sms API
*/
sms = {
sendSms: sendSms,
};
/**
* validate API

@@ -455,0 +463,0 @@ */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display