Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vonage/server-client

Package Overview
Dependencies
Maintainers
32
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/server-client - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

4

dist/client.js

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

exports.Client = void 0;
const auth_1 = require("@vonage/auth");
const vetch_1 = require("@vonage/vetch");

@@ -25,2 +26,5 @@ const AuthenticationType_1 = require("./enums/AuthenticationType");

};
if (typeof credentials.getQueryParams === 'undefined') {
credentials = new auth_1.Auth(credentials);
}
this.config.restHost = (options === null || options === void 0 ? void 0 : options.restHost) || 'https://rest.nexmo.com';

@@ -27,0 +31,0 @@ this.config.apiHost = (options === null || options === void 0 ? void 0 : options.apiHost) || 'https://api.nexmo.com';

2

package.json
{
"name": "@vonage/server-client",
"version": "0.2.0",
"version": "0.3.0",
"description": "Core services related to talking to the Vonage APIs",

@@ -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