Socket
Book a DemoInstallSign in
Socket

manta-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manta-client

Easy way to create a client for Manta Node programs

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

manta-client

Easy way to create a Manta client like the Manta CLI tools do.

USAGE

var createClient = require('manta-client');
var client = createClient();

// fancier usage
var client = createClient(process.argv, process.env);

client.doMantaStuff(args, opts, cb);

Keywords

manta

FAQs

Package last updated on 26 Nov 2013

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