Socket
Socket
Sign inDemoInstall

@vonage/server-sdk

Package Overview
Dependencies
Maintainers
32
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.2 to 3.0.0-alpha.3

3

dist/vonage.d.ts

@@ -1,2 +0,2 @@

import { Accounts } from '@vonage/accounts';
import { Accounts, Secrets } from '@vonage/accounts';
import { Applications } from '@vonage/applications';

@@ -21,2 +21,3 @@ import { AuthInterface } from '@vonage/auth';

pricing: Pricing;
secrets: Secrets;
sms: SMS;

@@ -23,0 +24,0 @@ verify: Verify;

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

this.pricing = new pricing_1.Pricing(this.credentials, this.options);
this.secrets = new accounts_1.Secrets(this.credentials, this.options);
this.sms = new sms_1.SMS(this.credentials, this.options);

@@ -29,0 +30,0 @@ this.verify = new verify_1.Verify(this.credentials, this.options);

{
"name": "@vonage/server-sdk",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"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