Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abbie

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abbie

A simple, clean, javascript logger

  • 1.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Abbie

A simple, clean, javascript logger

Screenshot

Build Status DeepScan grade codecov npm version

Usage

It's literally as easy as 1, 2... Not even a 3!

Please Note: This is my first npm package, ever! If something doesn't work, be patient, it will be fixed soon!

// Basic Javascript version
const abbie = require('abbie');

abbie.log('Hey y'all wassup!');
abbie.log('Oopsie I made a booboo and this is an error', 1);
abbie.log('Finished Successfully!', 2);

// Typescript version
import { log } from 'abbie';

log('Hey y'all wassup!');
log('Oopsie I made a booboo and this is an error', 1);
log('Finished Successfully!', 2);

For a more in-depth look at calling Abbie, check out the wiki

Test it out on npm runkit here

Reference

message: 'Whatever... Literally any string', 

level?: 0 = info, 1 = error or 2 = good // This is not required and will just default to 0 if no value is given

Roadmap

You can check out the development roadmap here!

Credits

  • Developed by jamesinaxx
  • With dependencies from inxilpro (app-root-path), qix and sindresorhus (chalk)

Keywords

FAQs

Package last updated on 11 Feb 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc