Socket
Socket
Sign inDemoInstall

libmanta

Package Overview
Dependencies
Maintainers
12
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libmanta

common functions et al for manta services


Version published
Weekly downloads
0
decreased by-100%
Maintainers
12
Weekly downloads
 
Created
Source

node-libmanta

This repository is part of the Joyent Manta project. For contribution guidelines, issues, and general documentation, visit the main Manta project page.

This repo serves to hold any/all common code that is shared between Manta components. Currently a mahi client, the indexing ring client, and some common utils exist.

Testing

You'll need an existing Manta deployment to run the test suite. You should set the ELECTRIC_MORAY environment variable to the hostname or IP address of an electric-moray instance in your deployment and the MAHI_HOST environment variable to the hostname or IP address of an authcache instance in your deployment. As an example, in a deployment called emy-10 with DNS configured in your development zone, you might set these to:

$ export ELECTRIC_MORAY=electric-moray.emy-10.joyent.us
$ export MAHI_HOST=authcache.emy-10.joyent.us
$ make prepush

Release process

Manta components that use libmanta should use versions published to npm. To release a new libmanta:

  1. Make a commit to set the intended version in "package.json#version".

  2. Get that commit approved and merged via a pull request.

  3. Once that is merged and you've updated your local copy, run:

    make cutarelease
    

    This will ensure a clean working copy, git tag, and npm publish.

FAQs

Package last updated on 23 Apr 2020

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