Socket
Socket
Sign inDemoInstall

@vonage/server-sdk

Package Overview
Dependencies
Maintainers
42
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/server-sdk - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

2

dist/vonage.d.ts

@@ -11,2 +11,3 @@ import { Accounts, Secrets } from '@vonage/accounts';

import { Verify } from '@vonage/verify';
import { Verify2 } from '@vonage/verify2';
import { Voice } from '@vonage/voice';

@@ -27,4 +28,5 @@ import { ConfigParams } from '@vonage/server-client';

verify: Verify;
verify2: Verify2;
voice: Voice;
constructor(credentials: AuthInterface, options?: ConfigParams);
}

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

const verify_1 = require("@vonage/verify");
const verify2_1 = require("@vonage/verify2");
const voice_1 = require("@vonage/voice");

@@ -29,2 +30,3 @@ class Vonage {

verify;
verify2;
voice;

@@ -47,2 +49,3 @@ constructor(credentials, options) {

this.verify = new verify_1.Verify(this.credentials, this.options);
this.verify2 = new verify2_1.Verify2(this.credentials, this.options);
this.voice = new voice_1.Voice(this.credentials, this.options);

@@ -49,0 +52,0 @@ }

5

package.json
{
"name": "@vonage/server-sdk",
"version": "3.4.0",
"version": "3.5.0",
"description": "Node.js Client for the Vonage API Platform",

@@ -33,3 +33,3 @@ "homepage": "https://developer.vonage.com",

"@vonage/auth": "^1.3.0",
"@vonage/messages": "^1.4.0",
"@vonage/messages": "^1.5.0",
"@vonage/number-insights": "^1.4.0",

@@ -42,2 +42,3 @@ "@vonage/numbers": "^1.4.0",

"@vonage/verify": "^1.4.0",
"@vonage/verify2": "^1.3.0",
"@vonage/voice": "^1.4.0"

@@ -44,0 +45,0 @@ },

@@ -90,2 +90,3 @@ # Vonage Server SDK for Node.js

* [Verify](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/verify/README.md)
* [Verify V2](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/verify2/README.md)
* [Vetch](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/vetch/README.md)

@@ -118,3 +119,3 @@ * [Video](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/video/README.md)

| Verify API | General Availability | ✅ |
| Verify v2 API | Beta | ✅ |
| Verify v2 API | General Availability | ✅ |
| Voice API | General Availability | ✅ |

@@ -121,0 +122,0 @@

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