New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

plivo

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plivo - npm Package Compare versions

Comparing version 4.34.3 to 4.35.0

4

CHANGELOG.md
# Change Log
## [v4.35.0](https://github.com/plivo/plivo-node/tree/v4.35.0) (2022-11-04)
**Brand Usecase Request**
- Brand Usecase Request endpoint added
## [v4.34.3](https://github.com/plivo/plivo-go/tree/v4.34.3) (2022-11-07)

@@ -4,0 +8,0 @@ **Bug fix - List all Endpoint**

@@ -124,3 +124,3 @@ 'use strict';

* @method
* @param {object} params
* @param {object} params
* @param {string} brand_alias

@@ -153,2 +153,16 @@ * @param {string} profile_uuid

}
/**
* get BrandUsecases by given id
* @method
* @param {string} brandID - id of brand
* @promise {object} return {@link Brand} object
* @fail {Error} return Error
*/
}, {
key: 'get_usecases',
value: function get_usecases(brandId) {
return _get(BrandInterface.prototype.__proto__ || Object.getPrototypeOf(BrandInterface.prototype), 'customexecuteAction', this).call(this, action + brandId + '/usecases/', 'GET');
}
}]);

@@ -155,0 +169,0 @@

2

package.json
{
"name": "plivo",
"version": "4.34.3",
"version": "4.35.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc