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 2.0.7 to 2.1.0

2

lib/client/ticketforms.js

@@ -27,4 +27,4 @@ //ticketforms.js: Client for the zendesk API.

// // ====================================== Updating TicketForm
TicketForms.prototype.show = function (ticketFormID, cb) {
TicketForms.prototype.update = function (ticketFormID, cb) {
return this.request('PUT', ['ticket_forms', ticketFormID], ticketForm, cb);
};
{
"name": "node-zendesk",
"version": "2.0.7",
"version": "2.1.0",
"description": "zendesk API client wrapper",

@@ -5,0 +5,0 @@ "keywords": [

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