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

zcrmsdk

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zcrmsdk - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/js/ZCRMRestClient.js

@@ -38,3 +38,3 @@

mysql_module = properties.get('crm.api.tokenmanagement')?properties.get('crm.api.tokenmanagement'):mysql_module;
mysql_module = config_properties.get('crm.api.tokenmanagement')?config_properties.get('crm.api.tokenmanagement'):mysql_module;

@@ -41,0 +41,0 @@ baseURL = config_properties.get('crm.api.url')?config_properties.get('crm.api.url'):baseURL;

{
"name": "zcrmsdk",
"version": "0.0.5",
"version": "0.0.6",
"description": "Node SDK for Zoho CRM",

@@ -5,0 +5,0 @@ "main": "lib/js/ZCRMRestClient",

@@ -70,4 +70,8 @@ ##Node JS SDK for Zoho CRM

api.user_identifier=
api.tokenmanagement=
api.tokenmanagement=
[mysql]
username=
password=
```

@@ -77,2 +81,3 @@ api.url is the URL used to call APIs. By default, the URL is www.zohoapis.com.

api.tokenmanagement is given as a measure to manage and maintain tokens. If tokenmanagement is not provided, then sdk's default implementation(mysql) will be followed.
username and password can be given here if you already have one created for your MySQL.
The above keys specified in configuration.properties file are all optional.

@@ -79,0 +84,0 @@

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