Socket
Socket
Sign inDemoInstall

@vonage/server-sdk

Package Overview
Dependencies
Maintainers
37
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.0.0-alpha.7 to 3.0.0-alpha.8

2

dist/vonage.d.ts

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

import { Voice } from '@vonage/voice';
import { Video } from '@vonage/video';
export declare class Vonage {

@@ -26,3 +25,2 @@ protected credentials: AuthInterface;

verify: Verify;
video: Video;
voice: Voice;

@@ -29,0 +27,0 @@ constructor(credentials: AuthInterface, options?: {

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

const voice_1 = require("@vonage/voice");
const video_1 = require("@vonage/video");
class Vonage {

@@ -32,3 +31,2 @@ constructor(credentials, options) {

this.verify = new verify_1.Verify(this.credentials, this.options);
this.video = new video_1.Video(this.credentials, this.options);
this.voice = new voice_1.Voice(this.credentials, this.options);

@@ -35,0 +33,0 @@ }

2

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

@@ -5,0 +5,0 @@ "author": "Chris Tankersley <chris@ctankersley.com>",

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