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
1
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 0.0.14 to 0.0.15

12

lib/client/organizations.js

@@ -46,2 +46,12 @@ //Organizations.js: Client for the zendesk API.

this.request('DELETE', ['organizations', organizationID], cb);
};
};
// ====================================== Search Organizations
Organizations.prototype.search = function (params, cb) {
this.requestAll('GET', ['organizations', 'search', params], cb);
};
// ====================================== Autocomplete Organizations
Organizations.prototype.autocomplete = function (params, cb) {
this.requestAll('GET', ['organizations', 'autocomplete', params], cb);
};

2

package.json
{
"name": "node-zendesk",
"version": "0.0.14",
"version": "0.0.15",
"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