Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@klippa/dochorizon-sdk
Advanced tools
This is the Node JS Developer SDK for DocHorizon.
The SDK offers multiple functions for accessing our API services within
your own application.
To fully utilize this SDK you will need to authenticate using a DocHorizon API key. If you are interested in our services but do not have an API key yet, feel free to contact us here
install the SDK using npm.
npm install @klippa/dochorizon-sdk
or
npm i @klippa/dochorizon-sdk
DocHorizon.authenticate({your-api-key})
DocHorizon.financial.capture({your-document})
DocHorizon.unauthenticate()
This SDK is organized into various services and can be accessed using the following syntax:
DocHorizon.{service}
. To use a specific function from a service, call upon
that function using the following syntax: DocHorizon.{service}.{function}
.
For a basic overview of provided services within this SDK, refer to the following section. For a
more complete overview of all services and their functions and options, consult to the official
[DocHorizon SDK documentation] (coming soon!)
The following services are included in this SDK:
If you encounter any issues, please don't hesitate to contact us here.
Alternatively, you can refer to the DocHorizon documentation here.
The MIT License (MIT)
FAQs
## NodeJS developer SDK for DocHorizon.
The npm package @klippa/dochorizon-sdk receives a total of 2 weekly downloads. As such, @klippa/dochorizon-sdk popularity was classified as not popular.
We found that @klippa/dochorizon-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.