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.43.0 to 4.44.0

9

CHANGELOG.md
# Change Log
# Change Log
## [v4.44.0](https://github.com/plivo/plivo-node/tree/v4.44.0) (2023-04-11)
**Feature - Added New Param 'source_ip' in GetCall and ListCalls**
- Add `source_ip` to the response for the [retrieve a call details API](https://www.plivo.com/docs/voice/api/call#retrieve-a-call) and the [retreive all call details API](https://www.plivo.com/docs/voice/api/call#retrieve-all-calls)
## [4.43.0](https://github.com/plivo/plivo-node/tree/v4.43.0) (2023-03-14)

@@ -19,3 +25,4 @@ **Adding new status code - Hosted Messaging order**

## [4.39.0](https://github.com/plivo/plivo-node/tree/v4.39.0) (2022-01-25)
## [v4.39.0](https://github.com/plivo/plivo-node/tree/v4.39.0) (2022-01-25)
**Feature - Added New Param(requesterIP) in Get Message and List Mssage APIs**

@@ -22,0 +29,0 @@ - Add `requesterIP` 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)

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

this.stirAttestation = params.stirAttestation;
this.sourceIp = params.sourceIp;
};

@@ -151,2 +152,3 @@

this.stirAttestation = params.stirAttestation;
this.sourceIp = params.sourceIp;
};

@@ -153,0 +155,0 @@

2

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

@@ -150,3 +150,8 @@ # Plivo Node.js library

* Or Run the `setup_sdk.sh` script
6. To run unit tests, run `make test CONTAINER=<cont_id>` in host, where `<cont_id>` is the docker container id created in 2.
(The docker container should be running)
6. To run test code, run `make run CONTAINER=<cont_id>` in host.
7. To run unit tests, run `make test CONTAINER=<cont_id>` in host.
> `<cont_id>` is the docker container id created in 2.
(The docker container should be running)
> Test code and unit tests can also be run within the container using
`make run` and `make test` respectively. (`CONTAINER` argument should be omitted when running from the container)
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