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

@vonage/users

Package Overview
Dependencies
Maintainers
43
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/users - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

2

dist/lib/user.js

@@ -129,3 +129,3 @@ "use strict";

async updateUser(user) {
const resp = await this.sendPutRequest(`${this.config.apiHost}/v1/users/${user.id}`, userToAPI(user));
const resp = await this.sendPatchRequest(`${this.config.apiHost}/v1/users/${user.id}`, userToAPI(user));
return apiUserToUser(resp.data);

@@ -132,0 +132,0 @@ }

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/users",
"version": "1.7.0",
"version": "1.8.0",
"description": "The concept of a user exists in Vonage APIs, you can associate one with a user in your own application if you choose. A user can have multiple memberships to conversations and can communicate with other users through various different mediums.",

@@ -41,4 +41,4 @@ "homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/user#readme",

"dependencies": {
"@vonage/server-client": "^1.13.0"
"@vonage/server-client": "^1.14.0"
}
}

Sorry, the diff of this file is not supported yet

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