Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sdc-clients

Package Overview
Dependencies
Maintainers
11
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdc-clients

node.js client libraries for Triton core REST APIs.

  • 13.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-9.09%
Maintainers
11
Weekly downloads
 
Created
Source

node-sdc-clients

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:

  • node-ufds: client for Triton's core UFDS service
  • node-moray: client for Triton's core Moray service
  • node-triton: Triton CloudAPI client and CLI
  • node-manta: Manta client and CLI
  • wf-client: client for Triton's core Workflow API service

Testing

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

Development

Before commit, ensure that the following checks are clean:

make prepush

Releases

Changes with possible user impact should:

  1. Add a note to the changelog (CHANGES.md).

  2. Bump the package version appropriately.

  3. 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.

FAQs

Package last updated on 30 Sep 2022

Did you know?

Socket

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.

Install

Related posts

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