Socket
Socket
Sign inDemoInstall

plivo

Package Overview
Dependencies
42
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.56.2 to 4.57.0

7

CHANGELOG.md
# Change Log
## [v4.57.0](https://github.com/plivo/plivo-node/tree/v4.57.0) (2023-09-21)
**Support starter brand**
- OTP validation
- starter brand creation
## [v4.56.2](https://github.com/plivo/plivo-node/tree/v4.56.2) (2023-09-01)

@@ -15,2 +21,3 @@ **Bug fix - Unable to build TypeScript on Version 4.56.0**

## [v4.55.0](https://github.com/plivo/plivo-node/tree/v4.55.0) (2023-08-10)

@@ -17,0 +24,0 @@ **Verify Service API's**

@@ -154,2 +154,17 @@ 'use strict';

/**
* Trigger OTP for Starter brand
* @method
* @param {object} brandID
* @promise {object} return {@link PlivoGenericResponse} object
* @fail {Error} return Error
*/
}, {
key: 'trigger_otp',
value: function trigger_otp(brandId) {
var params = {};
return _get(BrandInterface.prototype.__proto__ || Object.getPrototypeOf(BrandInterface.prototype), 'customexecuteAction', this).call(this, action + brandId + '/OTP/', 'POST', params);
}
/**
* get BrandUsecases by given id

@@ -156,0 +171,0 @@ * @method

2

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