Socket
Socket
Sign inDemoInstall

freshdesk

Package Overview
Dependencies
47
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

CONTRIBUTORS.md

8

package.json
{
"name": "freshdesk",
"version": "1.1.0",
"version": "1.1.1",
"description": "A nodejs sdk for the Freshdesk API. Some major routes are implemented, but this SDK exposes the basic GET, POST, PUT, DELETE routes so that you can fill in the gaps in your apps for the unimplemented routes, and send a pull request to complete it!",

@@ -19,2 +19,8 @@ "main": "index.js",

},
"contributors": [
"Angad Nadkarni (http://github.com/angadn)",
"Scott Hasbrouck (http://github.com/scotthasbrouck)",
"Martin Edwards (http://github.com/mledwards)",
"Maksim Koryukov (http://github.com/maxkoryukov)"
],
"dependencies": {

@@ -21,0 +27,0 @@ "request": "^2.53.0"

23

README.md
# node-freshdesk
**WARNING**
[![npm version](https://img.shields.io/badge/NPM-deprecated-red.svg)](https://github.com/maxkoryukov/node-freshdesk-api/issues/1)
This repository and corresponding NPM package are deprecated in favor of [**freshdesk-api**](https://www.npmjs.com/package/freshdesk-api).
Useful links:
1. [NPM package](https://www.npmjs.com/package/freshdesk-api):
* v2: `npm install freshdesk-api`
* v1: `npm install freshdesk-api@APIv1`
2. GitHub, `node-freshdesk-api`:
* [v2 on master branch](https://github.com/arjunkomath/node-freshdesk-api)
* [v1 branch](https://github.com/arjunkomath/node-freshdesk-api/tree/API-v1)
----
A NodeJS library for integrating your backend with Freshdesk.

@@ -125,8 +142,2 @@

# Contributors
* Angad Nadkarni (@angadn) - Support for HTML tickets (#3)
* Scott Hasbrouck (@scotthasbrouck) - #1
* Martin Edwards (@mledwards) - #2
# Contributing

@@ -133,0 +144,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc