New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 5.0.1

2

dist/types/clients/client.d.ts

@@ -69,2 +69,3 @@ export type ClientOptions = {

* @property {Array} jsonAPINames - Array to hold names used in the JSON API.
* @property {boolean} useDotJson - Flag to indicate if the API endpoint should use '.json' ending.
* @property {ApiTypes} apiType - Type of Zendesk API to initialize (e.g., 'core', 'helpcenter').

@@ -86,2 +87,3 @@ * @property {CustomEventTarget} eventTarget - Event target to handle custom events.

jsonAPINames: any[];
useDotJson: boolean;
userAgent: string;

@@ -88,0 +90,0 @@ eventTarget: CustomEventTarget;

3

dist/types/clients/transporter.d.ts
export class Transporter {
constructor(options: any, sideLoad?: any[]);
constructor(options: any, sideLoad?: any[], useDotJson?: boolean);
options: any;
sideLoad: any[];
useDotJson: boolean;
authHandler: AuthorizationHandler;

@@ -6,0 +7,0 @@ eventTarget: CustomEventTarget;

{
"name": "node-zendesk",
"version": "5.0.0",
"version": "5.0.1",
"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