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

@wazo/sdk

Package Overview
Dependencies
Maintainers
5
Versions
599
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wazo/sdk - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

2

package.json
{
"name": "@wazo/sdk",
"version": "0.10.1",
"version": "0.10.2",
"description": "Wazo's JavaScript Software Development Kit.",

@@ -5,0 +5,0 @@ "main": "dist/wazo-sdk.js",

@@ -42,3 +42,3 @@ /* @flow */

from_mobile: fromMobile,
extension,
extension
};

@@ -45,0 +45,0 @@

@@ -36,3 +36,3 @@ /* @flow */

editContact(token: Token, contact: Contact): Promise<Contact> {
return client.put(`${baseUrl}/personal/${contact.sourceId || ''}`, getContactPayload(contact), token);
return client.put(`${baseUrl}/personal/${contact.sourceId || contact.id || ''}`, getContactPayload(contact), token);
},

@@ -39,0 +39,0 @@

Sorry, the diff of this file is too big to display

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