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.40.0 to 4.41.0

4

CHANGELOG.md
# Change Log
## [4.41.0](https://github.com/plivo/plivo-node/tree/v4.41.0) (2023-03-03)
**Adding new attribute - 'isDomestic' in Get Message and List Message APIs**
- Add `isDomestic` 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)
## [4.40.0](https://github.com/plivo/plivo-node/tree/v4.40.0) (2023-02-23)

@@ -3,0 +7,0 @@ **Feature - Enhance MDR filtering capabilities **

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

requesterIp: string;
isDomestic: boolean;
}

@@ -43,2 +44,3 @@ export class MessageListResponse {

requesterIp: string;
isDomestic: boolean;
}

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

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

this.requesterIP = params.requesterIp;
this.isDomestic = params.isDomestic;
};

@@ -91,2 +92,3 @@

this.requesterIP = params.requesterIp;
this.isDomestic = params.isDomestic;
};

@@ -93,0 +95,0 @@

2

package.json
{
"name": "plivo",
"version": "4.40.0",
"version": "4.41.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",

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

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