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

super-simple-log

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

super-simple-log

Extremely simple console logger utility

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

super-simple-log Build Status

Extremely simple console logger utility

Installation

$ npm install --save super-simple-log

Usage

const log = require('super-simple-log');
log.info('Info message');
// prints "ℹ INFO - 03-06-2018 13:19:24 - Info message"

log.success('Success message');
// prints "✔ SUCCESS - 03-06-2018 13:19:24 - Success message"

About

License

Copyright © 2018, nukeop. Released under the Affero GPL 3.0 License.

Keywords

log

FAQs

Package last updated on 03 Jun 2018

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