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

node-zendesk

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-zendesk - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

9

dist/types/index.d.ts

@@ -27,6 +27,10 @@ export type ZendeskClientOptions = {

/**
* - Indicates if OAuth is used.
* - Indicates if OAuth is used (this is the original OAuth flag).
*/
oauth?: boolean;
/**
* - Indicates if OAuth is used.
*/
useOAuth?: boolean;
/**
* - Optional header for requests on behalf of a user.

@@ -67,3 +71,4 @@ */

* @property {Function} [get] - Function to retrieve specific options. Defaults to accessing properties from the options.
* @property {boolean} [oauth] - Indicates if OAuth is used.
* @property {boolean} [oauth] - Indicates if OAuth is used (this is the original OAuth flag).
* @property {boolean} [useOAuth] - Indicates if OAuth is used.
* @property {string} [asUser] - Optional header for requests on behalf of a user.

@@ -70,0 +75,0 @@ * @property {object} [customHeaders] - Additional custom headers for the request.

{
"name": "node-zendesk",
"version": "5.0.1",
"version": "5.0.2",
"type": "commonjs",

@@ -5,0 +5,0 @@ "description": "zendesk API client wrapper",

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