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.4.0 to 0.4.1

6

dist/client.js

@@ -18,2 +18,5 @@ "use strict";

constructor(credentials, options) {
if (typeof credentials.getQueryParams === 'undefined') {
credentials = new auth_1.Auth(credentials);
}
this.auth = credentials;

@@ -26,5 +29,2 @@ this.config = {

};
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';

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

{
"name": "@vonage/server-client",
"version": "0.4.0",
"version": "0.4.1",
"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