New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

voyent-common

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voyent-common

Voyent Common Module. Common utilities, configurations, and functions for Voyent Services.

latest
Source
npmnpm
Version
0.1.7
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

Voyent Common Module

Description

The voyent-common module is a Node.js module used for common code required by various Voyent Services. There are multiple components in the module for logging, validation, etc.

Usage

To use voyent-common, you should add it as a requirement your package.json file:

"dependencies": {
...
"voyent-common": "latest",
...

Once the dependency has been set, you can use require to access it from your code:

var vc = require('voyent-common');

then you can get at whichever particular set of utilities you require. For example:

var logger = vc.loggers.getLogger();
var errors = vc.errors;
var btools = vc.tools;
var authCall = vc.authCall;

Keywords

Voyent service common tools utilities

FAQs

Package last updated on 08 Feb 2017

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