Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
sdc-clients
Advanced tools
This repository is part of the Triton project. See the contribution guidelines and general documentation at the main Triton project page.
This repository holds Node.js client libraries for many of the core Triton REST APIs: Amon, CA, CNS, CNAPI, FWAPI, IMGAPI, NAPI, PAPI, SAPI, VMAPI.
Node.js client libraries for other Triton APIs are in other repos. For example see:
To run the tests from a Triton DataCenter global zone:
./test/runtests
Or to run the test suite remotely (say you are developing on Mac and want to test against your CoaL):
./test/runtests -H root@10.99.99.7
To run a single one of the files use the -f FILTER
option, e.g.
./test/runtests -H root@10.99.99.7 -f ./test/napi.test.js
Before commit, ensure that the following checks are clean:
make prepush
Changes with possible user impact should:
Add a note to the changelog (CHANGES.md).
Bump the package version appropriately.
Once merged to master, the new version should be tagged and published to npm via:
make cutarelease
To list to npm accounts that have publish access:
npm owner ls sdc-clients
The desire is that users of this package use published versions in their
package.json dependencies
, rather than depending on git shas.
13.0.6
FAQs
node.js client libraries for Triton core REST APIs.
The npm package sdc-clients receives a total of 50 weekly downloads. As such, sdc-clients popularity was classified as not popular.
We found that sdc-clients demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.