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.1.0 to 2.1.1

lib/client/webhooks.js

4

docs/api/README.md

@@ -693,3 +693,3 @@ ---

(See: https://developer.zendesk.com/rest_api/docs/voice-api/voice)
To enable help center client, use `-v` or `--voice` parameter.
To enable voice client, use `-v` or `--voice` parameter.

@@ -751,3 +751,3 @@ ### agentactivities

(See: https://developer.zendesk.com/rest_api/docs/services/jira)
To enable help center client, use `-serv` or `--services` parameter.
To enable services client, use `-serv` or `--services` parameter.

@@ -754,0 +754,0 @@ ### links

@@ -52,3 +52,4 @@ // client.js - node-zendesk client initialization

'Automations',
'PermissionGroups'
'PermissionGroups',
'Webhooks'
],

@@ -55,0 +56,0 @@ helpcenterParts = [

{
"name": "node-zendesk",
"version": "2.1.0",
"version": "2.1.1",
"description": "zendesk API client wrapper",

@@ -66,10 +66,7 @@ "keywords": [

"async": "3.2.x",
"nconf": "0.11.0",
"nconf": "0.11.3",
"querystring": "0.2.x",
"request": "2.88.2"
},
"devDependencies": {
"vuepress": "1.5.x"
},
"license": "MIT"
}

@@ -7,3 +7,3 @@ # node-zendesk [![Join the chat at https://gitter.im/blakmatrix/node-zendesk](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/blakmatrix/node-zendesk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![build status](https://secure.travis-ci.org/blakmatrix/node-zendesk.png)](http://travis-ci.org/blakmatrix/node-zendesk)

**Read the full documentation at blakmatrix.github.io/node-zendesk/**
**Read the full documentation at [blakmatrix.github.io/node-zendesk/](https://blakmatrix.github.io/node-zendesk/)**

@@ -10,0 +10,0 @@ ---

Sorry, the diff of this file is not supported yet

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