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.39.0 to 4.40.0

3

CHANGELOG.md
# Change Log
## [4.40.0](https://github.com/plivo/plivo-node/tree/v4.40.0) (2023-02-23)
**Feature - Enhance MDR filtering capabilities **
- Added new fields on MDR object response

@@ -3,0 +6,0 @@ ## [4.39.0](https://github.com/plivo/plivo-node/tree/v4.39.0) (2022-01-25)

@@ -63,2 +63,5 @@ 'use strict';

this.powerpackID = params.powerpackId;
this.tendlcCampaignId = params.tendlcCampaignId;
this.tendlcRegistrationStatus = params.tendlcRegistrationStatus;
this.destinationCountryIso2 = params.destinationCountryIso2;
this.requesterIP = params.requesterIp;

@@ -84,2 +87,5 @@ };

this.powerpackID = params.powerpackId;
this.tendlcCampaignId = params.tendlcCampaignId;
this.tendlcRegistrationStatus = params.tendlcRegistrationStatus;
this.destinationCountryIso2 = params.destinationCountryIso2;
this.requesterIP = params.requesterIp;

@@ -86,0 +92,0 @@ };

2

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