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 3.0.3 to 4.0.0

src/client/authorization-handler.js

29

package.json
{
"name": "node-zendesk",
"version": "3.0.3",
"version": "4.0.0",
"type": "commonjs",
"description": "zendesk API client wrapper",

@@ -24,7 +25,11 @@ "keywords": [

},
"main": "./lib/client.js",
"main": "./src/index.js",
"scripts": {
"test": "node ./test/*-test.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"lint": "xo",
"lint:fix": "xo --fix",
"docs:preview": "vitepress preview docs"
},

@@ -65,12 +70,12 @@ "author": "Farrin Reid <blakmatrix@gmail.com>",

],
"dependencies": {
"async": "3.2.x",
"nconf": "0.12.0",
"querystring": "0.2.x",
"request": "2.88.2"
},
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.3",
"dotenv": "^16.3.1",
"vitest": "^0.34.3",
"xo": "^0.56.0"
}
}

@@ -10,3 +10,5 @@ <div align="center">

[![PR's welcome][prs]][prs-url]
[![XO code style][xo]][xo-url]
<a href="https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates#about-compatibility-scores">

@@ -122,2 +124,4 @@ <img src="https://api.dependabot.com/badges/compatibility_score?dependency-name=node-zendesk&package-manager=npm_and_yarn&previous-version=2.20&new-version=3.0.1">

[licenses]: https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fblakmatrix%2Fnode-zendesk.svg?type=shield
[xo]: https://shields.io/badge/code_style-5ed9c7?logo=xo&labelColor=gray
[xo-url]: https://github.com/xojs/xo
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