Socket
Socket
Sign inDemoInstall

@vonage/numbers

Package Overview
Dependencies
Maintainers
45
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/numbers - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

8

dist/numbers.js

@@ -112,9 +112,3 @@ "use strict";

}
const mapping = {
application_id: 'applicationId',
has_application: 'hasApplication',
search_pattern: 'searchPattern',
};
const data = remapObjects(mapping, {}, filter);
const resp = await this.sendGetRequest(`${this.config.restHost}/account/numbers`, data);
const resp = await this.sendGetRequest(`${this.config.restHost}/account/numbers`, server_client_1.Client.transformers.snakeCaseObjectKeys(filter));
return resp.data;

@@ -121,0 +115,0 @@ }

2

package.json
{
"name": "@vonage/numbers",
"version": "1.6.0",
"version": "1.6.1",
"description": "Vonage Numbers SDK Package",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",

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