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.1 to 4.56.2

5

CHANGELOG.md
# Change Log
## [v4.56.2](https://github.com/plivo/plivo-node/tree/v4.56.2) (2023-09-01)
**Bug fix - Unable to build TypeScript on Version 4.56.0**
- Fix TypeScript build error
## [v4.56.1](https://github.com/plivo/plivo-node/tree/v4.56.1) (2023-09-01)

@@ -7,3 +11,2 @@ **Bug Fix - unrent powerpack number**

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

@@ -10,0 +13,0 @@ **Feature - Added New Param 'carrier_fees', 'carrier_fees_rate', 'destination_network' in Get Message and List Message APIs**

8

dist/resources/maskingSession.d.ts

@@ -144,3 +144,3 @@ export class CreateMaskingSessionResponse {

*/
listMaskingSession(params ? : {}): Promise < ListMaskingSessionResponse > ;
listMaskingSession(params ? : {}): Promise < ListMaskingSessionResponse > ;

@@ -163,2 +163,6 @@ /**

deleteMaskingSession(sessionUuid: string): Promise < DeleteMaskingSessionResponse > ;
}
}
import {
PlivoResource,
PlivoResourceInterface
} from "../base";
{
"name": "plivo",
"version": "4.56.1",
"version": "4.56.2",
"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