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

@activescott/diag

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activescott/diag

Yet another logging package. The only thing this package really is doing is defining a consistent API for diagnostic logging.

  • 1.0.0-beta.1
  • beta
  • npm
  • Socket score

Version published
Weekly downloads
15
decreased by-34.78%
Maintainers
1
Weekly downloads
 
Created
Source

@activescott/diag

npm version Build Status Greenkeeper badge

Yet another logging package. The only thing this package really is doing is defining a consistent API for diagnostic logging.

Usage

You'll probably need another package or to create a derived implementation of Diag to use this. However, you can use the included DiagConsoleImp for simple logging directly to console and it will make the migration path a bit easier to a more advanced logger in the future.

Local Testing

You can also test your shareable config on your computer before publishing by linking your module globally. Type:

yarn link

Then, in your project that wants to use your shareable config, type:

yarn link @activescott/diag

FAQs

Package last updated on 13 Oct 2019

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