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

mag-format-message

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

mag-format-message

Transform stream that makes formatted message from arguments

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

mag-format-message Build Status

Mag is the streaming logger for NodeJS

mag-format-message is transform stream that makes formatted message from arguments by util.format function.

Installation

It makes sense to use mag-format-message with mag-hub.

$ npm install mag-format-message mag-hub --save

Usage

var hub = require('mag-hub');
var fromat = require('mag-format-message');
hub.pipe(format())
  .pipe(/* anything else */)
  .pipe(process.stdout);

License

MIT

Keywords

mag

FAQs

Package last updated on 06 Apr 2014

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