Socket
Socket
Sign inDemoInstall

plivo

Package Overview
Dependencies
36
Maintainers
4
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.44.0 to 4.45.0

6

CHANGELOG.md
# Change Log
# Change Log
## [4.45.0](https://github.com/plivo/plivo-node/tree/v4.45.0) (2023-04-25)
**Adding new attribute - 'isDomestic' in Get Message and List Message APIs**
- Add `replacedSender` to the response for the [list all messages API](https://www.plivo.com/docs/sms/api/message/list-all-messages/) and the [get message details API](https://www.plivo.com/docs/sms/api/message#retrieve-a-message)
- Add `apiId` to the response for the list all messages API
## [v4.44.0](https://github.com/plivo/plivo-node/tree/v4.44.0) (2023-04-11)

@@ -5,0 +9,0 @@ **Feature - Added New Param 'source_ip' in GetCall and ListCalls**

@@ -26,2 +26,3 @@ export class MessageResponse {

isDomestic: boolean;
replacedSender: string;
}

@@ -45,2 +46,3 @@ export class MessageListResponse {

isDomestic: boolean;
replacedSender: string;
}

@@ -47,0 +49,0 @@ export class MMSMediaResponse {

@@ -68,2 +68,3 @@ 'use strict';

this.isDomestic = params.isDomestic;
this.replacedSender = params.replacedSender;
};

@@ -93,2 +94,3 @@

this.isDomestic = params.isDomestic;
this.replacedSender = params.replacedSender;
};

@@ -378,2 +380,6 @@

});
Object.defineProperty(objects, 'apiId', {
value: response.body.apiId,
enumerable: true
});
response.body.objects.forEach(function (item) {

@@ -380,0 +386,0 @@ objects.push(new MessageListResponse(item, client));

2

package.json
{
"name": "plivo",
"version": "4.44.0",
"version": "4.45.0",
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/plivo/plivo-node",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc