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

@vonage/voice

Package Overview
Dependencies
Maintainers
41
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/voice - npm Package Compare versions

Comparing version 1.17.0 to 1.17.1

dist/lib/types/Endpoint/AppEndpoint.d.ts

1

dist/lib/classes/OutboundCall.js

@@ -9,2 +9,3 @@ "use strict";

(0, debug_1.default)('@vonage/voice')('This class is deprecated. Please update to use the CommonOutboundCall type');
/* istanbul ignore next */
/**

@@ -11,0 +12,0 @@ * Represents an outbound call.

@@ -10,2 +10,3 @@ "use strict";

(0, debug_1.default)('@vonage/voice')('This class is deprecated. Please update to use the CallWithAnswerURL type');
/* istanbul ignore next */
/**

@@ -12,0 +13,0 @@ * Represents an outbound call with an answer URL.

@@ -10,2 +10,3 @@ "use strict";

(0, debug_1.default)('@vonage/voice')('This class is deprecated. Please update to use the CallWithNCCO type');
/* istanbul ignore next */
/**

@@ -12,0 +13,0 @@ * Represents an outbound call with NCCO (Nexmo Call Control Object).

@@ -15,3 +15,7 @@ import { CommonOutboundCall } from './CommonOutboundCall';

answerMethod?: HttpMethod;
/**
* Provide DTMF digits to send when the call is answerMethod
*/
dtmfAnswer?: string;
};
//# sourceMappingURL=CallWithAnswerURL.d.ts.map

3

dist/lib/types/Endpoint/CallEndpoint.d.ts

@@ -5,2 +5,3 @@ import { PhoneEndpoint } from './PhoneEndpoint';

import { WebsocketEndpoint } from './WebsocketEndpoint';
import { AppEndpoint } from './AppEndpoint';
/**

@@ -10,3 +11,3 @@ * Represents a call endpoint, which can be of different types such as Phone, SIP, VBC, or Websocket.

*/
export type CallEndpoint = WebsocketEndpoint | PhoneEndpoint | SIPEndpoint | VBCEndpoint;
export type CallEndpoint = WebsocketEndpoint | PhoneEndpoint | SIPEndpoint | AppEndpoint | VBCEndpoint;
//# sourceMappingURL=CallEndpoint.d.ts.map

@@ -7,2 +7,3 @@ export * from './CallEndpoint';

export * from './WebsocketEndpoint';
export * from './AppEndpoint';
//# sourceMappingURL=index.d.ts.map

@@ -23,2 +23,3 @@ "use strict";

__exportStar(require("./WebsocketEndpoint"), exports);
__exportStar(require("./AppEndpoint"), exports);
//# sourceMappingURL=index.js.map

@@ -13,3 +13,7 @@ /**

number: string;
};
/**
* Provide DTMF digits to send when the call is answered
*/
dtmfAnswer?: string;
} & Record<string, unknown>;
//# sourceMappingURL=PhoneEndpoint.d.ts.map
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/voice",
"version": "1.17.0",
"version": "1.17.1",
"description": "The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.",

@@ -6,0 +6,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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