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.12 to 0.0.13

18

lib/js/util.js

@@ -98,14 +98,18 @@

api_headers.Authorization = 'Zoho-oauthtoken '+access_token;
api_headers["User-Agent"] = 'Zoho CRM Node SDK';
if(request.headers){
for(i in headers){
var header_keys = Object.keys(request.headers);
for(i in header_keys){
api_headers.i = headers[i];
api_headers[header_keys[i]] = request.headers[header_keys[i]];
}
}
api_headers.Authorization = 'Zoho-oauthtoken '+access_token;
api_headers["User-Agent"] = 'Zoho CRM Node SDK';
httpclient({

@@ -244,2 +248,6 @@

}
if(input.headers){
requestDetails.headers = input.headers;
}
}

@@ -246,0 +254,0 @@ requestDetails.url = url;

{
"name": "zcrmsdk",
"version": "0.0.12",
"version": "0.0.13",
"description": "Node SDK for Zoho CRM",

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

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