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.7 to 0.0.8

2

lib/js/util.js

@@ -10,3 +10,3 @@

mysql_util.getOAuthTokens().then(function(response){
mysql_util.getOAuthTokens(crmclient.getUserIdentifier()).then(function(response){

@@ -13,0 +13,0 @@ var date = new Date();

{
"name": "zcrmsdk",
"version": "0.0.7",
"version": "0.0.8",
"description": "Node SDK for Zoho CRM",

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

@@ -100,3 +100,3 @@ ##Node JS SDK for Zoho CRM

**getOAuthTokens()**
The expected response for this method : JSON response containing expirytime, refreshtoken and accesstoken fields.
The expected response for this method : JSON array containing json response with expirytime, refreshtoken and accesstoken fields.

@@ -103,0 +103,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