🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

alp-logger

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

alp-logger

logger

latest
Source
npmnpm
Version
1.5.0
Version published
Maintainers
1
Created
Source

alp-logger

With Koa (Node)

import Koa from 'koa';
import config from 'alp-config';
import logger from 'alp-logger';

const app = new Koa();
config(__dirname + '/config')(app);
logger(app);

With Ibex (Browser)

import Ibex from 'ibex';
import config from 'alp-config';
import logger from 'alp-logger';

const app = new Ibex();
config('config')(app);
logger(app);

With Alp (Node)

import Alp from 'alp';

const app = new Alp();

With Alp (Browser)

import Alp from 'alp';

const app = new Alp();

Keywords

alp

FAQs

Package last updated on 11 Mar 2016

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