Socket
Socket
Sign inDemoInstall

@vonage/server-sdk

Package Overview
Dependencies
Maintainers
45
Versions
84
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.7.2 to 3.8.0

6

dist/vonage.d.ts
import { Accounts, Secrets } from '@vonage/accounts';
import { Applications } from '@vonage/applications';
import { AuthInterface } from '@vonage/auth';
import { ConfigParams } from '@vonage/server-client';
import { Messages } from '@vonage/messages';

@@ -10,6 +11,6 @@ import { NumberInsights } from '@vonage/number-insights';

import { SMS } from '@vonage/sms';
import { Users } from '@vonage/users';
import { Verify } from '@vonage/verify';
import { Verify2 } from '@vonage/verify2';
import { Voice } from '@vonage/voice';
import { ConfigParams } from '@vonage/server-client';
export declare class Vonage {

@@ -27,6 +28,7 @@ protected credentials: AuthInterface;

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

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

const sms_1 = require("@vonage/sms");
const users_1 = require("@vonage/users");
const verify_1 = require("@vonage/verify");

@@ -29,4 +30,5 @@ const verify2_1 = require("@vonage/verify2");

sms;
users;
verify2;
verify;
verify2;
voice;

@@ -48,2 +50,3 @@ constructor(credentials, options) {

this.sms = new sms_1.SMS(this.credentials, this.options);
this.users = new users_1.Users(this.credentials, this.options);
this.verify = new verify_1.Verify(this.credentials, this.options);

@@ -50,0 +53,0 @@ this.verify2 = new verify2_1.Verify2(this.credentials, this.options);

{
"name": "@vonage/server-sdk",
"version": "3.7.2",
"version": "3.8.0",
"description": "Node.js Client for the Vonage API Platform",

@@ -30,15 +30,16 @@ "homepage": "https://developer.vonage.com",

"dependencies": {
"@vonage/accounts": "^1.6.1",
"@vonage/applications": "^1.6.1",
"@vonage/accounts": "^1.7.0",
"@vonage/applications": "^1.7.0",
"@vonage/auth": "^1.5.0",
"@vonage/messages": "^1.7.1",
"@vonage/number-insights": "^1.6.1",
"@vonage/numbers": "^1.6.2",
"@vonage/pricing": "^1.6.1",
"@vonage/redact": "^1.5.0",
"@vonage/server-client": "^1.6.0",
"@vonage/sms": "^1.6.1",
"@vonage/verify": "^1.6.1",
"@vonage/verify2": "^1.5.0",
"@vonage/voice": "^1.6.1"
"@vonage/messages": "^1.8.0",
"@vonage/number-insights": "^1.7.0",
"@vonage/numbers": "^1.7.0",
"@vonage/pricing": "^1.7.0",
"@vonage/redact": "^1.6.0",
"@vonage/server-client": "^1.7.0",
"@vonage/sms": "^1.7.0",
"@vonage/users": "^1.1.0",
"@vonage/verify": "^1.7.0",
"@vonage/verify2": "^1.6.0",
"@vonage/voice": "^1.7.0"
},

@@ -45,0 +46,0 @@ "publishConfig": {

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

| Sub Accounts | Beta | ✅ |
| Users | General Availability | ✅ |
| Verify API | General Availability | ✅ |

@@ -122,0 +123,0 @@ | Verify v2 API | General Availability | ✅ |

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