Socket
Book a DemoInstallSign in
Socket

oak-meta

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oak-meta

Consumes barrels from the "__OAK_META__" rack to determine the state of an Oak server

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

oak-meta

Build Status codecov npm Dependency Status devDependency Status

The Meta module consumes barrels from the __OAK_META__ rack to determine the state of an Oak server.

Getting Started

Install the oak-meta package into your project with npm.

npm install oak-meta --save

Use the oak-meta module in your project.

import Meta from 'oak-meta';

// Create an instance of Meta
let meta = new Meta();

// Create a rack
meta.processAction({
    type: 'create rack',
    payload: {
        rackName: '__OAK_META__'
    }
});

API

The public interface for oak-meta is defined in the API Guide.

Contributing

Pull requests are welcome! To get started, see the Contributing Guide.

Keywords

oak

FAQs

Package last updated on 08 Mar 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